aboutsummaryrefslogtreecommitdiffstats
path: root/net/netrom/nr_in.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-08-24 11:37:45 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-08-29 16:08:15 -0700
commitc91326db013ddff478da8a8d66fb99ef4579f19a (patch)
tree07c6111590cef5ce52909c3b50ac64ae19eee3bb /net/netrom/nr_in.c
parent[AX25/NETROM]: Cleanup direct calls into IP stack (diff)
downloadlinux-dev-c91326db013ddff478da8a8d66fb99ef4579f19a.tar.xz
linux-dev-c91326db013ddff478da8a8d66fb99ef4579f19a.zip
[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/netrom/nr_in.c')
-rw-r--r--net/netrom/nr_in.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netrom/nr_in.c b/net/netrom/nr_in.c
index 2fcba9e24b2e..64b81a796907 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>