aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorAlexander Beregalov <a.beregalov@gmail.com>2009-05-25 04:53:53 -0400
committerDavid S. Miller <davem@davemloft.net>2009-05-25 04:53:53 -0400
commite3804cbebb67887879102925961d41b503f7fbe3 (patch)
tree0c2290608f511bf97978767e159121e3009c56e3 /drivers/net
parentc649c0e31d5736a4b7c5c3454182091dda4bbe62 (diff)
net: remove COMPAT_NET_DEV_OPS
All drivers are already converted to new net_device_ops API and nobody uses old API anymore. Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 0fb446e047e7..efa659f0fb53 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -25,15 +25,6 @@ menuconfig NETDEVICES
25# that for each of the symbols. 25# that for each of the symbols.
26if NETDEVICES 26if NETDEVICES
27 27
28config COMPAT_NET_DEV_OPS
29 default y
30 bool "Enable older network device API compatibility"
31 ---help---
32 This option enables kernel compatibility with older network devices
33 that do not use net_device_ops interface.
34
35 If unsure, say Y.
36
37config IFB 28config IFB
38 tristate "Intermediate Functional Block support" 29 tristate "Intermediate Functional Block support"
39 depends on NET_CLS_ACT 30 depends on NET_CLS_ACT