diff options
author | Kevin Wilson <wkevils@gmail.com> | 2011-10-16 05:21:57 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-10-19 19:26:16 -0400 |
commit | 25c8295b5bb355ec8672735b40ee7a43c51d1aba (patch) | |
tree | 9b7b0fc5e5ff5151d95858d4a523b53743dbbdcd /net/ipv6 | |
parent | 686dc6b64b58e69715ce92177da0732a6464db69 (diff) | |
download | op-kernel-dev-25c8295b5bb355ec8672735b40ee7a43c51d1aba.zip op-kernel-dev-25c8295b5bb355ec8672735b40ee7a43c51d1aba.tar.gz |
cleanup: remove unnecessary include.
This cleanup patch removes unnecessary include from net/ipv6/ip6_fib.c.
Signed-off-by: Kevin Wilson <wkevils@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6_fib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c index 320d91d..93718f3 100644 --- a/net/ipv6/ip6_fib.c +++ b/net/ipv6/ip6_fib.c @@ -28,10 +28,6 @@ #include <linux/list.h> #include <linux/slab.h> -#ifdef CONFIG_PROC_FS -#include <linux/proc_fs.h> -#endif - #include <net/ipv6.h> #include <net/ndisc.h> #include <net/addrconf.h> |