diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2012-06-25 06:17:00 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-25 23:14:13 +0400 |
commit | ff0b804632f025b072f81fc0cd585102b0a43534 (patch) | |
tree | ccebb6664c19d38b19022bd15ef696f99356a1d6 /Documentation/dynamic-debug-howto.txt | |
parent | bed3d9c0b71f9afbfec905cb6db3b9f16be29d4d (diff) | |
download | linux-ff0b804632f025b072f81fc0cd585102b0a43534.tar.xz |
wlcore: drop INET dependency
Mainline build reports:
warning: (WL12XX) selects WLCORE which has unmet direct dependencies (NETDEVICES && WLAN && WL_TI && GENERIC_HARDIRQS && MAC80211 && INET)
The INET dependency was added in commit
3c6af5b54fe74b6e56efadc22927e4055d00e9fc:
wl1271_main.c:(.text+0x271052): undefined reference to `unregister_inetaddr_
notifier'
wl1271_main.c:(.text+0x2714d7): undefined reference to `register_inetaddr_no
tifier'
Driver is doing some filtering based on IP addresses...
but this driver no longer has that code and it builds fine even when
CONFIG_INET is not enabled, so drop that dependency and eliminate the
kconfig warning message.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Luciano Coelho <luciano.coelho@nokia.com>
Cc: John W. Linville <linville@tuxdriver.com>
Acked-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'Documentation/dynamic-debug-howto.txt')
0 files changed, 0 insertions, 0 deletions