net: pcnet: Move initialize function at the end
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 17 May 2020 14:31:41 +0000 (16:31 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit69e08bd735c6d90a00959e0062f587f521f5d3df
tree85bd5d4608029eca9cdfe3fdde7b66eb6033c7c9
parent246d2bfcf244326c43dcfffcecfdf684b8a4513d
net: pcnet: Move initialize function at the end

Move the function at the end of the driver, so we could drop
various forward declarations later. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/pcnet.c