bfin_mac: fix build error due to net_device_ops convert
authorMike Frysinger <vapier@gentoo.org>
Wed, 27 May 2009 03:55:33 +0000 (20:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 03:55:33 +0000 (20:55 -0700)
commitb63dc8fef7ca5c51d163295d824e78c770d48ccf
treed9cc6511e45fbeb74da1a796731615ccb9032f97
parent5ad18900355743757e7f415bcb850ea8406a13e2
bfin_mac: fix build error due to net_device_ops convert

The previous commit "convert to net_device_ops" broke the Blackfin MAC
driver as it declared the new structure before the function it used:
  CC      drivers/net/bfin_mac.o
drivers/net/bfin_mac.c:984: error: ‘bfin_mac_close’ undeclared here (not in a function)
make[1]: *** [drivers/net/bfin_mac.o] Error 1

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bfin_mac.c