From: Changli Gao Date: Tue, 3 Aug 2010 05:45:49 +0000 (-0700) Subject: net: cleanup inclusion X-Git-Tag: v2.6.36-rc1~571^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a427615e0420f179eab801b929111abaadea2ed3;p=~shefty%2Frdma-dev.git net: cleanup inclusion Commit ab95bfe01f9872459c8678572ccadbf646badad0 replaces bridge and macvlan hooks in __netif_receive_skb(), so dev.c doesn't need to include their headers. Signed-off-by: Changli Gao Signed-off-by: David S. Miller --- diff --git a/net/core/dev.c b/net/core/dev.c index 5d1282df2fe..8c663dbf1d7 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -101,8 +101,6 @@ #include #include #include -#include -#include #include #include #include