diff options
author | Changli Gao <xiaosuo@gmail.com> | 2010-08-02 22:45:49 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-02 22:45:49 -0700 |
commit | a427615e0420f179eab801b929111abaadea2ed3 (patch) | |
tree | 03e9c1e38222759fc439f6a340e8f2930732f687 /net | |
parent | 00dad5e479531e379aba7358600cc768725d4f1f (diff) | |
download | linux-3.10-a427615e0420f179eab801b929111abaadea2ed3.tar.gz linux-3.10-a427615e0420f179eab801b929111abaadea2ed3.tar.bz2 linux-3.10-a427615e0420f179eab801b929111abaadea2ed3.zip |
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 <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/proc_fs.h> #include <linux/seq_file.h> #include <linux/stat.h> -#include <linux/if_bridge.h> -#include <linux/if_macvlan.h> #include <net/dst.h> #include <net/pkt_sched.h> #include <net/checksum.h> |