diff options
| author | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:03 +0100 | 
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2012-03-28 18:30:03 +0100 | 
| commit | 9ffc93f203c18a70623f21950f1dd473c9ec48cd (patch) | |
| tree | 1eb3536ae183b0bfbf7f5152a6fe4f430ae881c2 /net/ipv4 | |
| parent | 96f951edb1f1bdbbc99b0cd458f9808bb83d58ae (diff) | |
| download | olio-linux-3.10-9ffc93f203c18a70623f21950f1dd473c9ec48cd.tar.xz olio-linux-3.10-9ffc93f203c18a70623f21950f1dd473c9ec48cd.zip  | |
Remove all #inclusions of asm/system.h
Remove all #inclusions of asm/system.h preparatory to splitting and killing
it.  Performed with the following command:
perl -p -i -e 's!^#\s*include\s*<asm/system[.]h>.*\n!!' `grep -Irl '^#\s*include\s*<asm/system[.]h>' *`
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/ipv4')
| -rw-r--r-- | net/ipv4/af_inet.c | 1 | ||||
| -rw-r--r-- | net/ipv4/arp.c | 1 | ||||
| -rw-r--r-- | net/ipv4/devinet.c | 1 | ||||
| -rw-r--r-- | net/ipv4/fib_frontend.c | 1 | ||||
| -rw-r--r-- | net/ipv4/fib_semantics.c | 1 | ||||
| -rw-r--r-- | net/ipv4/fib_trie.c | 1 | ||||
| -rw-r--r-- | net/ipv4/icmp.c | 1 | ||||
| -rw-r--r-- | net/ipv4/igmp.c | 1 | ||||
| -rw-r--r-- | net/ipv4/ip_input.c | 1 | ||||
| -rw-r--r-- | net/ipv4/ip_output.c | 1 | ||||
| -rw-r--r-- | net/ipv4/ipmr.c | 1 | ||||
| -rw-r--r-- | net/ipv4/ping.c | 1 | ||||
| -rw-r--r-- | net/ipv4/route.c | 1 | ||||
| -rw-r--r-- | net/ipv4/udp.c | 1 | 
14 files changed, 0 insertions, 14 deletions
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index fdf49fd44bb..10e3751466b 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c @@ -91,7 +91,6 @@  #include <linux/slab.h>  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/inet.h>  #include <linux/igmp.h> diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index 73f46d691ab..18d9b81ecb1 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c @@ -113,7 +113,6 @@  #include <net/ax25.h>  #include <net/netrom.h> -#include <asm/system.h>  #include <linux/uaccess.h>  #include <linux/netfilter_arp.h> diff --git a/net/ipv4/devinet.c b/net/ipv4/devinet.c index e41c40f48cf..39e0c16d54c 100644 --- a/net/ipv4/devinet.c +++ b/net/ipv4/devinet.c @@ -27,7 +27,6 @@  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/bitops.h>  #include <linux/capability.h>  #include <linux/module.h> diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c index 76e72bacc21..cbe3a68507c 100644 --- a/net/ipv4/fib_frontend.c +++ b/net/ipv4/fib_frontend.c @@ -15,7 +15,6 @@  #include <linux/module.h>  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/bitops.h>  #include <linux/capability.h>  #include <linux/types.h> diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index a8c5c1d6715..5063fa38ac7 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c @@ -14,7 +14,6 @@   */  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/bitops.h>  #include <linux/types.h>  #include <linux/kernel.h> diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index da9b9cb2282..bce36f1a37b 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c @@ -51,7 +51,6 @@  #define VERSION "0.409"  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/bitops.h>  #include <linux/types.h>  #include <linux/kernel.h> diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index 9664d353ccd..2cb2bf84564 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c @@ -91,7 +91,6 @@  #include <linux/errno.h>  #include <linux/timer.h>  #include <linux/init.h> -#include <asm/system.h>  #include <asm/uaccess.h>  #include <net/checksum.h>  #include <net/xfrm.h> diff --git a/net/ipv4/igmp.c b/net/ipv4/igmp.c index 450e5d21ed2..5dfecfd7d5e 100644 --- a/net/ipv4/igmp.c +++ b/net/ipv4/igmp.c @@ -73,7 +73,6 @@  #include <linux/module.h>  #include <linux/slab.h>  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/types.h>  #include <linux/kernel.h>  #include <linux/jiffies.h> diff --git a/net/ipv4/ip_input.c b/net/ipv4/ip_input.c index f3f1108940f..26eccc5bab1 100644 --- a/net/ipv4/ip_input.c +++ b/net/ipv4/ip_input.c @@ -115,7 +115,6 @@  #define pr_fmt(fmt) "IPv4: " fmt -#include <asm/system.h>  #include <linux/module.h>  #include <linux/types.h>  #include <linux/kernel.h> diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index ff302bde889..4910176d24e 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -43,7 +43,6 @@   */  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/module.h>  #include <linux/types.h>  #include <linux/kernel.h> diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 0518a4fb177..960fbfc3e97 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -26,7 +26,6 @@   *   */ -#include <asm/system.h>  #include <asm/uaccess.h>  #include <linux/types.h>  #include <linux/capability.h> diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c index ab6b36e6da1..50009c787bc 100644 --- a/net/ipv4/ping.c +++ b/net/ipv4/ping.c @@ -20,7 +20,6 @@   *   */ -#include <asm/system.h>  #include <linux/uaccess.h>  #include <linux/types.h>  #include <linux/fcntl.h> diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 12ccf880eb8..4dc1c104c94 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@ -66,7 +66,6 @@  #include <linux/module.h>  #include <asm/uaccess.h> -#include <asm/system.h>  #include <linux/bitops.h>  #include <linux/types.h>  #include <linux/kernel.h> diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index d6f5feeb3ea..fe141052a1b 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c @@ -79,7 +79,6 @@  #define pr_fmt(fmt) "UDP: " fmt -#include <asm/system.h>  #include <asm/uaccess.h>  #include <asm/ioctls.h>  #include <linux/bootmem.h>  |