net: pcnet: Move initialize function at the end
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 17 May 2020 16:24:17 +0000 (18:24 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 29 Jun 2020 20:36:35 +0000 (22:36 +0200)
commit54c6067486e576eea70020d743a0a19d5ad1e603
tree8d4eef7e3a69ab1a21edc961686465915eea7755
parentada6a2cea5a0d44c3bd64713babd9d73eaf64863
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