diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-08-24 11:37:45 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 16:08:15 -0700 |
commit | c91326db013ddff478da8a8d66fb99ef4579f19a (patch) | |
tree | 07c6111590cef5ce52909c3b50ac64ae19eee3bb /net | |
parent | 98a82febb6340466824c3a453738d4fbd05db81a (diff) | |
download | op-kernel-dev-c91326db013ddff478da8a8d66fb99ef4579f19a.zip op-kernel-dev-c91326db013ddff478da8a8d66fb99ef4579f19a.tar.gz |
[AX25/NETROM/ROSE]: Kill net/ip.h inclusion
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/ax25/ax25_ds_in.c | 1 | ||||
-rw-r--r-- | net/ax25/ax25_std_in.c | 1 | ||||
-rw-r--r-- | net/netrom/nr_in.c | 1 | ||||
-rw-r--r-- | net/rose/rose_in.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/net/ax25/ax25_ds_in.c b/net/ax25/ax25_ds_in.c index 5d0f8fb9..edcaa89 100644 --- a/net/ax25/ax25_ds_in.c +++ b/net/ax25/ax25_ds_in.c @@ -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> diff --git a/net/ax25/ax25_std_in.c b/net/ax25/ax25_std_in.c index 83a3338..f6ed283 100644 --- a/net/ax25/ax25_std_in.c +++ b/net/ax25/ax25_std_in.c @@ -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> diff --git a/net/netrom/nr_in.c b/net/netrom/nr_in.c index 2fcba9e..64b81a7 100644 --- a/net/netrom/nr_in.c +++ b/net/netrom/nr_in.c @@ -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> diff --git a/net/rose/rose_in.c b/net/rose/rose_in.c index a52417b..8348d33 100644 --- a/net/rose/rose_in.c +++ b/net/rose/rose_in.c @@ -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> |