net: eepro100: Reorder functions in the driver
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 13:07:30 +0000 (15:07 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit047a800dd6370c5f004b47751f72bb9d4a5d2af5
tree3c212b4e144dff970c4aa0ef0684058e1af961fb
parentd47cf87db9c89eb0cd00d586111b3b6579b6a5ef
net: eepro100: Reorder functions in the driver

Move the functions around in the driver to prepare it for DM conversion.
Drop forward declarations which are not necessary anymore. No functional
change.

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