From: David S. Miller Date: Mon, 31 Mar 2008 07:28:14 +0000 (-0700) Subject: [NET]: Fix allnoconfig build on powerpc and avr32 X-Git-Tag: v2.6.26-rc1~1138^2~269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3edf8fa5ccf10688a9280b5cbca8ed3947c42866;p=pandora-kernel.git [NET]: Fix allnoconfig build on powerpc and avr32 As reported by Haavard Skinnemoen and Stephen Rothwell: > allnoconfig fails with > > include/linux/netdevice.h:843: error: implicit declaration of function 'dev_net' > > which seems to be because the definition of dev_net is inside #ifdef > CONFIG_NET, while next_net_device, which calls it, is not. Signed-off-by: David S. Miller --- Reading git-diff-tree failed