diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2009-05-25 04:53:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-25 04:53:53 -0400 |
commit | e3804cbebb67887879102925961d41b503f7fbe3 (patch) | |
tree | 0c2290608f511bf97978767e159121e3009c56e3 /drivers/net/Kconfig | |
parent | c649c0e31d5736a4b7c5c3454182091dda4bbe62 (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/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
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. |
26 | if NETDEVICES | 26 | if NETDEVICES |
27 | 27 | ||
28 | config 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 | |||
37 | config IFB | 28 | config 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 |