diff options
| author | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:02 -0400 |
|---|---|---|
| committer | David Howells <dhowells@redhat.com> | 2012-03-28 13:30:02 -0400 |
| commit | c40d04df152a1111c5bbcb632278394dabd2b73d (patch) | |
| tree | 84e9426bea45852e2333308116a69b5743655ee3 /arch/microblaze/kernel | |
| parent | 803f69144f0d48863c68f9d111b56849c7cef5bb (diff) | |
Disintegrate asm/system.h for Microblaze
Disintegrate asm/system.h for Microblaze. Not compiled.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: microblaze-uclinux@itee.uq.edu.au
Diffstat (limited to 'arch/microblaze/kernel')
| -rw-r--r-- | arch/microblaze/kernel/cpu/pvr.c | 1 | ||||
| -rw-r--r-- | arch/microblaze/kernel/microblaze_ksyms.c | 1 | ||||
| -rw-r--r-- | arch/microblaze/kernel/process.c | 1 | ||||
| -rw-r--r-- | arch/microblaze/kernel/prom.c | 1 | ||||
| -rw-r--r-- | arch/microblaze/kernel/setup.c | 1 | ||||
| -rw-r--r-- | arch/microblaze/kernel/timer.c | 1 | ||||
| -rw-r--r-- | arch/microblaze/kernel/traps.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/arch/microblaze/kernel/cpu/pvr.c b/arch/microblaze/kernel/cpu/pvr.c index 488c1ed24e3..3a749d5e71f 100644 --- a/arch/microblaze/kernel/cpu/pvr.c +++ b/arch/microblaze/kernel/cpu/pvr.c | |||
| @@ -12,7 +12,6 @@ | |||
| 12 | 12 | ||
| 13 | #include <linux/kernel.h> | 13 | #include <linux/kernel.h> |
| 14 | #include <linux/compiler.h> | 14 | #include <linux/compiler.h> |
| 15 | #include <asm/system.h> | ||
| 16 | #include <asm/exceptions.h> | 15 | #include <asm/exceptions.h> |
| 17 | #include <asm/pvr.h> | 16 | #include <asm/pvr.h> |
| 18 | 17 | ||
diff --git a/arch/microblaze/kernel/microblaze_ksyms.c b/arch/microblaze/kernel/microblaze_ksyms.c index 49faeb42959..bb4907c828d 100644 --- a/arch/microblaze/kernel/microblaze_ksyms.c +++ b/arch/microblaze/kernel/microblaze_ksyms.c | |||
| @@ -18,7 +18,6 @@ | |||
| 18 | #include <asm/cacheflush.h> | 18 | #include <asm/cacheflush.h> |
| 19 | #include <linux/io.h> | 19 | #include <linux/io.h> |
| 20 | #include <asm/page.h> | 20 | #include <asm/page.h> |
| 21 | #include <asm/system.h> | ||
| 22 | #include <linux/ftrace.h> | 21 | #include <linux/ftrace.h> |
| 23 | #include <linux/uaccess.h> | 22 | #include <linux/uaccess.h> |
| 24 | 23 | ||
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index 9155f7d9266..883b92789cd 100644 --- a/arch/microblaze/kernel/process.c +++ b/arch/microblaze/kernel/process.c | |||
| @@ -13,7 +13,6 @@ | |||
| 13 | #include <linux/pm.h> | 13 | #include <linux/pm.h> |
| 14 | #include <linux/tick.h> | 14 | #include <linux/tick.h> |
| 15 | #include <linux/bitops.h> | 15 | #include <linux/bitops.h> |
| 16 | #include <asm/system.h> | ||
| 17 | #include <asm/pgalloc.h> | 16 | #include <asm/pgalloc.h> |
| 18 | #include <asm/uaccess.h> /* for USER_DS macros */ | 17 | #include <asm/uaccess.h> /* for USER_DS macros */ |
| 19 | #include <asm/cacheflush.h> | 18 | #include <asm/cacheflush.h> |
diff --git a/arch/microblaze/kernel/prom.c b/arch/microblaze/kernel/prom.c index 80d314e8190..4a764ccb9f2 100644 --- a/arch/microblaze/kernel/prom.c +++ b/arch/microblaze/kernel/prom.c | |||
| @@ -36,7 +36,6 @@ | |||
| 36 | #include <asm/processor.h> | 36 | #include <asm/processor.h> |
| 37 | #include <asm/irq.h> | 37 | #include <asm/irq.h> |
| 38 | #include <linux/io.h> | 38 | #include <linux/io.h> |
| 39 | #include <asm/system.h> | ||
| 40 | #include <asm/mmu.h> | 39 | #include <asm/mmu.h> |
| 41 | #include <asm/pgtable.h> | 40 | #include <asm/pgtable.h> |
| 42 | #include <asm/sections.h> | 41 | #include <asm/sections.h> |
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index 70e6d0b41ab..7a9f39efbf3 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c | |||
| @@ -30,7 +30,6 @@ | |||
| 30 | #include <asm/entry.h> | 30 | #include <asm/entry.h> |
| 31 | #include <asm/cpuinfo.h> | 31 | #include <asm/cpuinfo.h> |
| 32 | 32 | ||
| 33 | #include <asm/system.h> | ||
| 34 | #include <asm/prom.h> | 33 | #include <asm/prom.h> |
| 35 | #include <asm/pgtable.h> | 34 | #include <asm/pgtable.h> |
| 36 | 35 | ||
diff --git a/arch/microblaze/kernel/timer.c b/arch/microblaze/kernel/timer.c index 3cb0bf64013..d3a38eca12d 100644 --- a/arch/microblaze/kernel/timer.c +++ b/arch/microblaze/kernel/timer.c | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | #include <asm/setup.h> | 27 | #include <asm/setup.h> |
| 28 | #include <asm/prom.h> | 28 | #include <asm/prom.h> |
| 29 | #include <asm/irq.h> | 29 | #include <asm/irq.h> |
| 30 | #include <asm/system.h> | ||
| 31 | #include <linux/cnt32_to_63.h> | 30 | #include <linux/cnt32_to_63.h> |
| 32 | 31 | ||
| 33 | #ifdef CONFIG_SELFMOD_TIMER | 32 | #ifdef CONFIG_SELFMOD_TIMER |
diff --git a/arch/microblaze/kernel/traps.c b/arch/microblaze/kernel/traps.c index ba034d421ec..5541ac55959 100644 --- a/arch/microblaze/kernel/traps.c +++ b/arch/microblaze/kernel/traps.c | |||
| @@ -15,7 +15,6 @@ | |||
| 15 | #include <linux/debug_locks.h> | 15 | #include <linux/debug_locks.h> |
| 16 | 16 | ||
| 17 | #include <asm/exceptions.h> | 17 | #include <asm/exceptions.h> |
| 18 | #include <asm/system.h> | ||
| 19 | #include <asm/unwind.h> | 18 | #include <asm/unwind.h> |
| 20 | 19 | ||
| 21 | void trap_init(void) | 20 | void trap_init(void) |
