[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1426067352-9327-1-git-send-email-jiri@resnulli.us>
Date: Wed, 11 Mar 2015 10:49:12 +0100
From: Jiri Pirko <jiri@...nulli.us>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, f.fainelli@...il.com, sfeldma@...il.com,
rdunlap@...radead.org
Subject: [patch net-next] switchdev: select INET in Kconfig
This would fix randconfig compile error:
net/built-in.o: In function `netdev_switch_fib_ipv4_abort':
(.text+0xf7811): undefined reference to `fib_flush_external'
Also it fixes following warning:
warning: (NET_DSA) selects NET_SWITCHDEV which has unmet direct dependencies (NET && INET)
Suggested-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Jiri Pirko <jiri@...nulli.us>
---
net/switchdev/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/switchdev/Kconfig b/net/switchdev/Kconfig
index 86a47e1..3487940 100644
--- a/net/switchdev/Kconfig
+++ b/net/switchdev/Kconfig
@@ -4,7 +4,7 @@
config NET_SWITCHDEV
bool "Switch (and switch-ish) device support (EXPERIMENTAL)"
- depends on INET
+ select INET
---help---
This module provides glue between core networking code and device
drivers in order to support hardware switch chips in very generic
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists