From: Mike Frysinger Date: Wed, 27 May 2009 03:55:33 +0000 (-0700) Subject: bfin_mac: fix build error due to net_device_ops convert X-Git-Tag: v2.6.30-rc8~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b63dc8fef7ca5c51d163295d824e78c770d48ccf;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed