[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>
This commit is contained in:
parent
7401055b58
commit
ac062e84d0
|
@ -16,7 +16,6 @@
|
||||||
#define _BR_PRIVATE_H
|
#define _BR_PRIVATE_H
|
||||||
|
|
||||||
#include <linux/netdevice.h>
|
#include <linux/netdevice.h>
|
||||||
#include <linux/miscdevice.h>
|
|
||||||
#include <linux/if_bridge.h>
|
#include <linux/if_bridge.h>
|
||||||
|
|
||||||
#define BR_HASH_BITS 8
|
#define BR_HASH_BITS 8
|
||||||
|
|
Loading…
Reference in New Issue