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 /net/802/hippi.c | |
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 'net/802/hippi.c')
-rw-r--r-- | net/802/hippi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/802/hippi.c b/net/802/hippi.c index 313b9ebf92ee..cd3e8e929529 100644 --- a/net/802/hippi.c +++ b/net/802/hippi.c | |||
@@ -193,11 +193,6 @@ static const struct header_ops hippi_header_ops = { | |||
193 | 193 | ||
194 | static void hippi_setup(struct net_device *dev) | 194 | static void hippi_setup(struct net_device *dev) |
195 | { | 195 | { |
196 | #ifdef CONFIG_COMPAT_NET_DEV_OPS | ||
197 | dev->change_mtu = hippi_change_mtu; | ||
198 | dev->set_mac_address = hippi_mac_addr; | ||
199 | dev->neigh_setup = hippi_neigh_setup_dev; | ||
200 | #endif | ||
201 | dev->header_ops = &hippi_header_ops; | 196 | dev->header_ops = &hippi_header_ops; |
202 | 197 | ||
203 | /* | 198 | /* |