[Bridge] [PATCH 1/4] bridge: get rid of miscdevice include

Stephen Hemminger shemminger at linux-foundation.org
Wed Feb 21 14:41:08 PST 2007


The bridge hasn't used miscdevice for a long long time.

Signed-off-by: StephenHemminger <shemminger at linux-foundtion.org>

---
 net/bridge/br_private.h |    1 -
 1 file changed, 1 deletion(-)

--- bridge.orig/net/bridge/br_private.h	2007-02-21 10:57:26.000000000 -0800
+++ bridge/net/bridge/br_private.h	2007-02-21 10:57:30.000000000 -0800
@@ -16,7 +16,6 @@
 #define _BR_PRIVATE_H
 
 #include <linux/netdevice.h>
-#include <linux/miscdevice.h>
 #include <linux/if_bridge.h>
 
 #define BR_HASH_BITS 8

--
Stephen Hemminger <shemminger at linux-foundation.org>




More information about the Bridge mailing list