diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-26 18:33:07 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-26 18:33:07 -0500 |
commit | 6e6ab2e2f0083314265f90bf0aefefcb7a46c702 (patch) | |
tree | dcfd2422e99bf17bff769e60b3d0c6cc99a46caa /arch | |
parent | 968196a9506f9d26d9b840a3f189de93cfa76ff7 (diff) |
sparc: fix hardirq.h removal fallout
When hardirq.h are removed from asm-generic/local.h a few
bits fails to build. Fix these upfront.
Reported by Alexey Dobriyan.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/kernel/mdesc.c | 1 | ||||
-rw-r--r-- | arch/sparc/kernel/sysfs.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/mdesc.c b/arch/sparc/kernel/mdesc.c index dde52bcf5c64..3c539a6d7c18 100644 --- a/arch/sparc/kernel/mdesc.c +++ b/arch/sparc/kernel/mdesc.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/mm.h> | 11 | #include <linux/mm.h> |
12 | #include <linux/miscdevice.h> | 12 | #include <linux/miscdevice.h> |
13 | 13 | ||
14 | #include <asm/cpudata.h> | ||
14 | #include <asm/hypervisor.h> | 15 | #include <asm/hypervisor.h> |
15 | #include <asm/mdesc.h> | 16 | #include <asm/mdesc.h> |
16 | #include <asm/prom.h> | 17 | #include <asm/prom.h> |
diff --git a/arch/sparc/kernel/sysfs.c b/arch/sparc/kernel/sysfs.c index 84e5ce146713..d28f496f4669 100644 --- a/arch/sparc/kernel/sysfs.c +++ b/arch/sparc/kernel/sysfs.c | |||
@@ -8,6 +8,7 @@ | |||
8 | #include <linux/percpu.h> | 8 | #include <linux/percpu.h> |
9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
10 | 10 | ||
11 | #include <asm/cpudata.h> | ||
11 | #include <asm/hypervisor.h> | 12 | #include <asm/hypervisor.h> |
12 | #include <asm/spitfire.h> | 13 | #include <asm/spitfire.h> |
13 | 14 | ||