diff options
author | David Howells <dhowells@redhat.com> | 2012-03-12 19:36:56 -0400 |
---|---|---|
committer | Bob Liu <lliubbo@gmail.com> | 2012-03-20 23:00:08 -0400 |
commit | 3bed8d67469cc7129b0babc0211c32fa68408ce0 (patch) | |
tree | c0d49ca0813d61e2c4f266b7da9dcc244bf8bee5 /arch/blackfin/kernel | |
parent | 0eceb82f55a9e3756cada9e60ecc3a9b7b5979f5 (diff) |
Disintegrate asm/system.h for Blackfin [ver #2]
Disintegrate asm/system.h for Blackfin.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: uclinux-dist-devel@blackfin.uclinux.org
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/kernel')
-rw-r--r-- | arch/blackfin/kernel/asm-offsets.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/ipipe.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/kgdb_test.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/process.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/ptrace.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/reboot.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/setup.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/trace.c | 1 | ||||
-rw-r--r-- | arch/blackfin/kernel/traps.c | 1 |
9 files changed, 5 insertions, 4 deletions
diff --git a/arch/blackfin/kernel/asm-offsets.c b/arch/blackfin/kernel/asm-offsets.c index 17e35465a416..37fcae950216 100644 --- a/arch/blackfin/kernel/asm-offsets.c +++ b/arch/blackfin/kernel/asm-offsets.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/irq.h> | 14 | #include <linux/irq.h> |
15 | #include <linux/thread_info.h> | 15 | #include <linux/thread_info.h> |
16 | #include <linux/kbuild.h> | 16 | #include <linux/kbuild.h> |
17 | #include <asm/pda.h> | ||
17 | 18 | ||
18 | int main(void) | 19 | int main(void) |
19 | { | 20 | { |
diff --git a/arch/blackfin/kernel/ipipe.c b/arch/blackfin/kernel/ipipe.c index dbe11220cc53..f657b38163e3 100644 --- a/arch/blackfin/kernel/ipipe.c +++ b/arch/blackfin/kernel/ipipe.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <linux/kthread.h> | 31 | #include <linux/kthread.h> |
32 | #include <linux/unistd.h> | 32 | #include <linux/unistd.h> |
33 | #include <linux/io.h> | 33 | #include <linux/io.h> |
34 | #include <asm/system.h> | ||
35 | #include <linux/atomic.h> | 34 | #include <linux/atomic.h> |
36 | #include <asm/irq_handler.h> | 35 | #include <asm/irq_handler.h> |
37 | 36 | ||
diff --git a/arch/blackfin/kernel/kgdb_test.c b/arch/blackfin/kernel/kgdb_test.c index 4a7dcfea98af..18ab004aea1c 100644 --- a/arch/blackfin/kernel/kgdb_test.c +++ b/arch/blackfin/kernel/kgdb_test.c | |||
@@ -13,7 +13,6 @@ | |||
13 | 13 | ||
14 | #include <asm/current.h> | 14 | #include <asm/current.h> |
15 | #include <asm/uaccess.h> | 15 | #include <asm/uaccess.h> |
16 | #include <asm/system.h> | ||
17 | 16 | ||
18 | #include <asm/blackfin.h> | 17 | #include <asm/blackfin.h> |
19 | 18 | ||
diff --git a/arch/blackfin/kernel/process.c b/arch/blackfin/kernel/process.c index a80a643f3691..c0f4fe287eb6 100644 --- a/arch/blackfin/kernel/process.c +++ b/arch/blackfin/kernel/process.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <asm/blackfin.h> | 19 | #include <asm/blackfin.h> |
20 | #include <asm/fixed_code.h> | 20 | #include <asm/fixed_code.h> |
21 | #include <asm/mem_map.h> | 21 | #include <asm/mem_map.h> |
22 | #include <asm/irq.h> | ||
22 | 23 | ||
23 | asmlinkage void ret_from_fork(void); | 24 | asmlinkage void ret_from_fork(void); |
24 | 25 | ||
diff --git a/arch/blackfin/kernel/ptrace.c b/arch/blackfin/kernel/ptrace.c index 75089f80855d..e1f88e028cfe 100644 --- a/arch/blackfin/kernel/ptrace.c +++ b/arch/blackfin/kernel/ptrace.c | |||
@@ -20,7 +20,6 @@ | |||
20 | 20 | ||
21 | #include <asm/page.h> | 21 | #include <asm/page.h> |
22 | #include <asm/pgtable.h> | 22 | #include <asm/pgtable.h> |
23 | #include <asm/system.h> | ||
24 | #include <asm/processor.h> | 23 | #include <asm/processor.h> |
25 | #include <asm/asm-offsets.h> | 24 | #include <asm/asm-offsets.h> |
26 | #include <asm/dma.h> | 25 | #include <asm/dma.h> |
diff --git a/arch/blackfin/kernel/reboot.c b/arch/blackfin/kernel/reboot.c index c4c0081b1996..b0434f89e8de 100644 --- a/arch/blackfin/kernel/reboot.c +++ b/arch/blackfin/kernel/reboot.c | |||
@@ -9,7 +9,6 @@ | |||
9 | #include <linux/interrupt.h> | 9 | #include <linux/interrupt.h> |
10 | #include <asm/bfin-global.h> | 10 | #include <asm/bfin-global.h> |
11 | #include <asm/reboot.h> | 11 | #include <asm/reboot.h> |
12 | #include <asm/system.h> | ||
13 | #include <asm/bfrom.h> | 12 | #include <asm/bfrom.h> |
14 | 13 | ||
15 | /* A system soft reset makes external memory unusable so force | 14 | /* A system soft reset makes external memory unusable so force |
diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index d6102c86d037..2aa019368504 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <asm/fixed_code.h> | 30 | #include <asm/fixed_code.h> |
31 | #include <asm/early_printk.h> | 31 | #include <asm/early_printk.h> |
32 | #include <asm/irq_handler.h> | 32 | #include <asm/irq_handler.h> |
33 | #include <asm/pda.h> | ||
33 | 34 | ||
34 | u16 _bfin_swrst; | 35 | u16 _bfin_swrst; |
35 | EXPORT_SYMBOL(_bfin_swrst); | 36 | EXPORT_SYMBOL(_bfin_swrst); |
diff --git a/arch/blackfin/kernel/trace.c b/arch/blackfin/kernel/trace.c index 050db44fe919..44bbf2f564cb 100644 --- a/arch/blackfin/kernel/trace.c +++ b/arch/blackfin/kernel/trace.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/fixed_code.h> | 21 | #include <asm/fixed_code.h> |
22 | #include <asm/traps.h> | 22 | #include <asm/traps.h> |
23 | #include <asm/irq_handler.h> | 23 | #include <asm/irq_handler.h> |
24 | #include <asm/pda.h> | ||
24 | 25 | ||
25 | void decode_address(char *buf, unsigned long address) | 26 | void decode_address(char *buf, unsigned long address) |
26 | { | 27 | { |
diff --git a/arch/blackfin/kernel/traps.c b/arch/blackfin/kernel/traps.c index 655f25d139a7..de5c2c3ebd9b 100644 --- a/arch/blackfin/kernel/traps.c +++ b/arch/blackfin/kernel/traps.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <asm/trace.h> | 17 | #include <asm/trace.h> |
18 | #include <asm/fixed_code.h> | 18 | #include <asm/fixed_code.h> |
19 | #include <asm/pseudo_instructions.h> | 19 | #include <asm/pseudo_instructions.h> |
20 | #include <asm/pda.h> | ||
20 | 21 | ||
21 | #ifdef CONFIG_KGDB | 22 | #ifdef CONFIG_KGDB |
22 | # include <linux/kgdb.h> | 23 | # include <linux/kgdb.h> |