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/sparc/kernel/sysfs.c | |
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/sparc/kernel/sysfs.c')
-rw-r--r-- | arch/sparc/kernel/sysfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 | ||