diff options
| author | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:03 -0400 |
| commit | 9ffc93f203c18a70623f21950f1dd473c9ec48cd (patch) | |
| tree | 1eb3536ae183b0bfbf7f5152a6fe4f430ae881c2 /kernel | |
| parent | 96f951edb1f1bdbbc99b0cd458f9808bb83d58ae (diff) | |
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 'kernel')
| -rw-r--r-- | kernel/debug/debug_core.c | 1 | ||||
| -rw-r--r-- | kernel/debug/kdb/kdb_bt.c | 1 | ||||
| -rw-r--r-- | kernel/dma.c | 1 | ||||
| -rw-r--r-- | kernel/kexec.c | 1 | ||||
| -rw-r--r-- | kernel/rwsem.c | 1 | ||||
| -rw-r--r-- | kernel/sysctl.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c index 0d7c08784efb..de50f7debd40 100644 --- a/kernel/debug/debug_core.c +++ b/kernel/debug/debug_core.c | |||
| @@ -52,7 +52,6 @@ | |||
| 52 | #include <asm/cacheflush.h> | 52 | #include <asm/cacheflush.h> |
| 53 | #include <asm/byteorder.h> | 53 | #include <asm/byteorder.h> |
| 54 | #include <linux/atomic.h> | 54 | #include <linux/atomic.h> |
| 55 | #include <asm/system.h> | ||
| 56 | 55 | ||
| 57 | #include "debug_core.h" | 56 | #include "debug_core.h" |
| 58 | 57 | ||
diff --git a/kernel/debug/kdb/kdb_bt.c b/kernel/debug/kdb/kdb_bt.c index 7179eac7b41c..07c9bbb94a0b 100644 --- a/kernel/debug/kdb/kdb_bt.c +++ b/kernel/debug/kdb/kdb_bt.c | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include <linux/sched.h> | 15 | #include <linux/sched.h> |
| 16 | #include <linux/kdb.h> | 16 | #include <linux/kdb.h> |
| 17 | #include <linux/nmi.h> | 17 | #include <linux/nmi.h> |
| 18 | #include <asm/system.h> | ||
| 19 | #include "kdb_private.h" | 18 | #include "kdb_private.h" |
| 20 | 19 | ||
| 21 | 20 | ||
diff --git a/kernel/dma.c b/kernel/dma.c index 68a2306522c8..6c6262f86c17 100644 --- a/kernel/dma.c +++ b/kernel/dma.c | |||
| @@ -18,7 +18,6 @@ | |||
| 18 | #include <linux/proc_fs.h> | 18 | #include <linux/proc_fs.h> |
| 19 | #include <linux/init.h> | 19 | #include <linux/init.h> |
| 20 | #include <asm/dma.h> | 20 | #include <asm/dma.h> |
| 21 | #include <asm/system.h> | ||
| 22 | 21 | ||
| 23 | 22 | ||
| 24 | 23 | ||
diff --git a/kernel/kexec.c b/kernel/kexec.c index a6a675cb9818..2a0deffa5dbe 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c | |||
| @@ -37,7 +37,6 @@ | |||
| 37 | #include <asm/page.h> | 37 | #include <asm/page.h> |
| 38 | #include <asm/uaccess.h> | 38 | #include <asm/uaccess.h> |
| 39 | #include <asm/io.h> | 39 | #include <asm/io.h> |
| 40 | #include <asm/system.h> | ||
| 41 | #include <asm/sections.h> | 40 | #include <asm/sections.h> |
| 42 | 41 | ||
| 43 | /* Per cpu memory for storing cpu states in case of system crash. */ | 42 | /* Per cpu memory for storing cpu states in case of system crash. */ |
diff --git a/kernel/rwsem.c b/kernel/rwsem.c index b152f74f02de..6850f53e02d8 100644 --- a/kernel/rwsem.c +++ b/kernel/rwsem.c | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | #include <linux/export.h> | 10 | #include <linux/export.h> |
| 11 | #include <linux/rwsem.h> | 11 | #include <linux/rwsem.h> |
| 12 | 12 | ||
| 13 | #include <asm/system.h> | ||
| 14 | #include <linux/atomic.h> | 13 | #include <linux/atomic.h> |
| 15 | 14 | ||
| 16 | /* | 15 | /* |
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 04402ab7a046..696f394c2cb0 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
| @@ -145,7 +145,6 @@ static const int cap_last_cap = CAP_LAST_CAP; | |||
| 145 | #include <linux/inotify.h> | 145 | #include <linux/inotify.h> |
| 146 | #endif | 146 | #endif |
| 147 | #ifdef CONFIG_SPARC | 147 | #ifdef CONFIG_SPARC |
| 148 | #include <asm/system.h> | ||
| 149 | #endif | 148 | #endif |
| 150 | 149 | ||
| 151 | #ifdef CONFIG_SPARC64 | 150 | #ifdef CONFIG_SPARC64 |
