summaryrefslogtreecommitdiffstats
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
parentc82b9d7fe7464aec78210544948564ffe3bb2d2b (diff)
downloadop-kernel-dev-8ad2475e3555346fbd738e77da12578b97d10505.zip
op-kernel-dev-8ad2475e3555346fbd738e77da12578b97d10505.tar.gz
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>
-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 9aaa671..39b403f 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>
OpenPOWER on IntegriCloud