diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2009-09-09 03:43:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-09 03:43:50 -0700 |
commit | fa1a9c681377c57e233038e50479e7d7a5cc3108 (patch) | |
tree | 719cfaa29913c352e55efcfc35a7de84c839a3f6 /net/ipv4/protocol.c | |
parent | 5d5d9c97ff807b643b6c2284dea7fe04ecc74355 (diff) | |
download | linux-fa1a9c681377c57e233038e50479e7d7a5cc3108.tar.bz2 |
headers: net/ipv[46]/protocol.c header trim
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/protocol.c')
-rw-r--r-- | net/ipv4/protocol.c | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/net/ipv4/protocol.c b/net/ipv4/protocol.c index ea50da0649fd..a2e5fc0a15e1 100644 --- a/net/ipv4/protocol.c +++ b/net/ipv4/protocol.c @@ -22,26 +22,11 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. */ - -#include <asm/uaccess.h> -#include <asm/system.h> +#include <linux/cache.h> #include <linux/module.h> -#include <linux/types.h> -#include <linux/kernel.h> -#include <linux/string.h> -#include <linux/socket.h> -#include <linux/in.h> -#include <linux/inet.h> #include <linux/netdevice.h> -#include <linux/timer.h> -#include <net/ip.h> +#include <linux/spinlock.h> #include <net/protocol.h> -#include <linux/skbuff.h> -#include <net/sock.h> -#include <net/icmp.h> -#include <net/udp.h> -#include <net/ipip.h> -#include <linux/igmp.h> struct net_protocol *inet_protos[MAX_INET_PROTOS] ____cacheline_aligned_in_smp; static DEFINE_SPINLOCK(inet_proto_lock); |