net: smc911x: Drop weak alias from 32bit accessors
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 15 Mar 2020 13:38:59 +0000 (14:38 +0100)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 10:35:21 +0000 (12:35 +0200)
commitf0d73f5cd0ec0967fffcdf130a8c016262a216c4
treeeb525a1bd118744c3f516c3a225ac380d85f4f72
parenteb46efa381d6dedb03af77d74b896ff40f1591b8
net: smc911x: Drop weak alias from 32bit accessors

These accessors are not overridden by any board, and even if they were,
this is something which should be handled via DM now, so remove the
weak alias option. Moreover, drop the inline keyword, as the compiler
can decide better.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/net/smc911x.c
examples/standalone/smc911x_eeprom.c