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 | 6a846f3f821a252762897751fa0aeb68dda635f5 (patch) | |
tree | 0d3e37086c9e190eb5a707bbfb1eb9c3437f1aed /arch/c6x/kernel | |
parent | ae473946586680b01c13975a3b674de23ad7c93e (diff) |
Disintegrate asm/system.h for C6X
Disintegrate asm/system.h for C6X.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
cc: linux-c6x-dev@linux-c6x.org
Diffstat (limited to 'arch/c6x/kernel')
-rw-r--r-- | arch/c6x/kernel/irq.c | 1 | ||||
-rw-r--r-- | arch/c6x/kernel/setup.c | 1 | ||||
-rw-r--r-- | arch/c6x/kernel/soc.c | 1 | ||||
-rw-r--r-- | arch/c6x/kernel/time.c | 1 | ||||
-rw-r--r-- | arch/c6x/kernel/traps.c | 1 |
5 files changed, 4 insertions, 1 deletions
diff --git a/arch/c6x/kernel/irq.c b/arch/c6x/kernel/irq.c index d77bcfdf0d8e..65b8ddf54b44 100644 --- a/arch/c6x/kernel/irq.c +++ b/arch/c6x/kernel/irq.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/kernel_stat.h> | 27 | #include <linux/kernel_stat.h> |
28 | 28 | ||
29 | #include <asm/megamod-pic.h> | 29 | #include <asm/megamod-pic.h> |
30 | #include <asm/special_insns.h> | ||
30 | 31 | ||
31 | unsigned long irq_err_count; | 32 | unsigned long irq_err_count; |
32 | 33 | ||
diff --git a/arch/c6x/kernel/setup.c b/arch/c6x/kernel/setup.c index 0c07921747f4..ce46186600c5 100644 --- a/arch/c6x/kernel/setup.c +++ b/arch/c6x/kernel/setup.c | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <asm/dscr.h> | 34 | #include <asm/dscr.h> |
35 | #include <asm/clock.h> | 35 | #include <asm/clock.h> |
36 | #include <asm/soc.h> | 36 | #include <asm/soc.h> |
37 | #include <asm/special_insns.h> | ||
37 | 38 | ||
38 | static const char *c6x_soc_name; | 39 | static const char *c6x_soc_name; |
39 | 40 | ||
diff --git a/arch/c6x/kernel/soc.c b/arch/c6x/kernel/soc.c index dd45bc39af0e..0748c94ebef6 100644 --- a/arch/c6x/kernel/soc.c +++ b/arch/c6x/kernel/soc.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <linux/ctype.h> | 12 | #include <linux/ctype.h> |
13 | #include <linux/etherdevice.h> | 13 | #include <linux/etherdevice.h> |
14 | #include <asm/system.h> | ||
15 | #include <asm/setup.h> | 14 | #include <asm/setup.h> |
16 | #include <asm/soc.h> | 15 | #include <asm/soc.h> |
17 | 16 | ||
diff --git a/arch/c6x/kernel/time.c b/arch/c6x/kernel/time.c index 4c9f136165f7..356ee84cad95 100644 --- a/arch/c6x/kernel/time.c +++ b/arch/c6x/kernel/time.c | |||
@@ -20,6 +20,7 @@ | |||
20 | #include <linux/timex.h> | 20 | #include <linux/timex.h> |
21 | #include <linux/profile.h> | 21 | #include <linux/profile.h> |
22 | 22 | ||
23 | #include <asm/special_insns.h> | ||
23 | #include <asm/timer64.h> | 24 | #include <asm/timer64.h> |
24 | 25 | ||
25 | static u32 sched_clock_multiplier; | 26 | static u32 sched_clock_multiplier; |
diff --git a/arch/c6x/kernel/traps.c b/arch/c6x/kernel/traps.c index f50e3edd6dad..1be74e5b4788 100644 --- a/arch/c6x/kernel/traps.c +++ b/arch/c6x/kernel/traps.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/bug.h> | 14 | #include <linux/bug.h> |
15 | 15 | ||
16 | #include <asm/soc.h> | 16 | #include <asm/soc.h> |
17 | #include <asm/special_insns.h> | ||
17 | #include <asm/traps.h> | 18 | #include <asm/traps.h> |
18 | 19 | ||
19 | int (*c6x_nmi_handler)(struct pt_regs *regs); | 20 | int (*c6x_nmi_handler)(struct pt_regs *regs); |