aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-06-19 22:31:20 +0000
committerDavid S. Miller <davem@davemloft.net>2011-06-20 13:04:38 -0700
commit8ad2475e3555346fbd738e77da12578b97d10505 (patch)
treeda23912aab5aa9433b7f3932bdb10e0158fda37e /net
parentnetxen: fix race in skb->len access (diff)
downloadlinux-dev-8ad2475e3555346fbd738e77da12578b97d10505.tar.xz
linux-dev-8ad2475e3555346fbd738e77da12578b97d10505.zip
ipv4, ping: Remove duplicate icmp.h include
Remove the duplicate inclusion of net/icmp.h from net/ipv4/ping.c Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/ping.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c
index 9aaa67165f42..39b403f854c6 100644
--- a/net/ipv4/ping.c
+++ b/net/ipv4/ping.c
@@ -41,7 +41,6 @@
#include <linux/proc_fs.h>
#include <net/sock.h>
#include <net/ping.h>
-#include <net/icmp.h>
#include <net/udp.h>
#include <net/route.h>
#include <net/inet_common.h>