| Submitter | Kevin Wilson |
|---|---|
| Date | Oct. 16, 2011, 3:21 p.m. |
| Message ID | <CAGXs5wWNwy-dWaXMVp62FiaXxiKnDNNE3PX3DtqPVs9VCY+kMA@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/120039/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Kevin Wilson <wkevils@gmail.com> Date: Sun, 16 Oct 2011 17:21:57 +0200 > This cleanup patch removes unnecessary include from net/ipv6/ip6_fib.c. > > Signed-off-by: Kevin Wilson <wkevils@gmail.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
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>
Hi, This cleanup patch removes unnecessary include from net/ipv6/ip6_fib.c. Regards, wkevils@gmail.com Signed-off-by: Kevin Wilson <wkevils@gmail.com>