From: Greg Kroah-Hartman Date: Tue, 14 Aug 2012 23:53:21 +0000 (-0700) Subject: staging: csr: add INET dependancy X-Git-Tag: v3.6-rc3~38^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8607dcbefb9e1bcbefe2d77f74809cf31e6a04a1;p=pandora-kernel.git staging: csr: add INET dependancy Randy noticed that with CONFIG_INET turned off, the following build errors happen: ERROR: "register_inetaddr_notifier" [drivers/staging/csr/csr_wifi.ko] undefined! ERROR: "unregister_inetaddr_notifier" [drivers/staging/csr/csr_wifi.ko] undefined! Reported-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed