From: Randy Dunlap Date: Fri, 6 Nov 2009 23:35:15 +0000 (-0800) Subject: staging/wireless: don't build when NET etc. are not enabled X-Git-Tag: v2.6.33-rc1~388^2~280^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6a5c7af130e703c23d23ebe3cde23e079e554e;p=pandora-kernel.git staging/wireless: don't build when NET etc. are not enabled These wireless drivers in staging could be built when CONFIG_NET=n, CONFIG_NETDEVICES=n, causing this build error: net/wireless/wext-priv.c: In function 'ioctl_private_call': net/wireless/wext-priv.c:206: error: implicit declaration of function 'call_commit_handler' due to faulty selects. Signed-off-by: Randy Dunlap Cc: Greg Kroah-Hartman Signed-off-by: John W. Linville --- Reading git-diff-tree failed