From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <20070221224255.581096490@linux-foundation.org> References: <20070221224107.741532037@linux-foundation.org> Date: Wed, 21 Feb 2007 14:41:08 -0800 From: Stephen Hemminger Content-Disposition: inline; filename=bridge-get-rid-miscdevice Subject: [Bridge] [PATCH 1/4] bridge: get rid of miscdevice include List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Miller Cc: netdev@vger.kernel.org, bridge@linux-foundation.org The bridge hasn't used miscdevice for a long long time. Signed-off-by: StephenHemminger --- 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 -#include #include #define BR_HASH_BITS 8 -- Stephen Hemminger