]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[AX25/NETROM/ROSE]: Kill net/ip.h inclusion
authorRalf Baechle <ralf@linux-mips.org>
Wed, 24 Aug 2005 18:37:45 +0000 (11:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:08:15 +0000 (16:08 -0700)
All these are claiming to include <net/ip.h> to get ip_rcv() but in
fact don't need the header at all, so away with the inclusion.

Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/ax25_ds_in.c
net/ax25/ax25_std_in.c
net/netrom/nr_in.c
net/rose/rose_in.c

index 5d0f8fb9d7aa56245d2b1051494776d7598436b1..edcaa897027cc031861b6d6bc66c5720a2c25b55 100644 (file)
@@ -22,7 +22,6 @@
 #include <linux/netdevice.h>
 #include <linux/skbuff.h>
 #include <net/sock.h>
-#include <net/ip.h>                    /* For ip_rcv */
 #include <net/tcp_states.h>
 #include <asm/uaccess.h>
 #include <asm/system.h>
index 83a33387c061feefdacc605f990314e4a261729b..f6ed283e9de82fb2baee56e73580f5bc117fb5f4 100644 (file)
@@ -29,7 +29,6 @@
 #include <linux/netdevice.h>
 #include <linux/skbuff.h>
 #include <net/sock.h>
-#include <net/ip.h>                    /* For ip_rcv */
 #include <net/tcp_states.h>
 #include <asm/uaccess.h>
 #include <asm/system.h>
index 2fcba9e24b2e2e013e79fdd26bff918fd4f3c2fe..64b81a7969077c706353e76309a67698380f2095 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/skbuff.h>
 #include <net/sock.h>
 #include <net/tcp_states.h>
-#include <net/ip.h>                    /* For ip_rcv */
 #include <asm/uaccess.h>
 #include <asm/system.h>
 #include <linux/fcntl.h>
index a52417bd0a161425d8ccadc178c10543b4c752b2..8348d33f1efefceb64472f52577067c3550931bf 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/netdevice.h>
 #include <linux/skbuff.h>
 #include <net/sock.h>
-#include <net/ip.h>                    /* For ip_rcv */
 #include <net/tcp_states.h>
 #include <asm/system.h>
 #include <linux/fcntl.h>