diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2007-02-22 04:07:53 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-26 14:42:58 -0500 |
commit | ac062e84d0c177c43549e7fb608152fec218e7fc (patch) | |
tree | 13fee6134ede67bb46a14f0a142cd74847ec0fb7 /net/bridge/br_private.h | |
parent | 7401055b58e557362dfcaa65a581db1d1e972439 (diff) |
[BRIDGE]: get rid of miscdevice include
The bridge hasn't used miscdevice for a long long time.
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_private.h')
-rw-r--r-- | net/bridge/br_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bridge/br_private.h b/net/bridge/br_private.h index 6a0540e0591e..16fc47a821e5 100644 --- a/net/bridge/br_private.h +++ b/net/bridge/br_private.h | |||
@@ -16,7 +16,6 @@ | |||
16 | #define _BR_PRIVATE_H | 16 | #define _BR_PRIVATE_H |
17 | 17 | ||
18 | #include <linux/netdevice.h> | 18 | #include <linux/netdevice.h> |
19 | #include <linux/miscdevice.h> | ||
20 | #include <linux/if_bridge.h> | 19 | #include <linux/if_bridge.h> |
21 | 20 | ||
22 | #define BR_HASH_BITS 8 | 21 | #define BR_HASH_BITS 8 |