net: eepro100: Drop inline keyword
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 14:27:37 +0000 (16:27 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commitacdf5d88827a0420ed0ceee3e45fa08f9d39b483
tree858bdcb33c608a350936dbc57043564ad492415f
parenta6c06ec8f6598f248ade50d4dd7e5b2f32df2dde
net: eepro100: Drop inline keyword

Drop the inline keyword from the static functions, the compiler has a
much better overview and can decide how to inline those functions much
better.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
drivers/net/eepro100.c