From patchwork Sun Dec 21 20:45:59 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: sparc: fix hardirq.h removal fallout Date: Sun, 21 Dec 2008 10:45:59 -0000 From: Sam Ravnborg X-Patchwork-Id: 15175 Message-Id: <20081221204559.GB18284@uranus.ravnborg.org> To: David Miller , sparclinux Cc: Alexey Dobriyan , Andrew Morton When hardirq.h are removed from asm-generic/local.h a few bits fails to build. Fix these upfront. Reported by Alexey. Signed-off-by: Sam Ravnborg Cc: Alexey Dobriyan --- When I removed hardirq.h from local.h I had to apply a similar patch like this to drivers/base/topology.c but I assume this is dealt with before the removal hits mainline. Based on the assumption that the topology.c change is not sparc specific but I did not test this. The following changes are sparc specific and needed for sparc64 when hardirq is removed form local.h. Sam arch/sparc/kernel/mdesc.c | 1 + 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 dde52bc..3c539a6 100644 --- a/arch/sparc/kernel/mdesc.c +++ b/arch/sparc/kernel/mdesc.c @@ -11,6 +11,7 @@ #include #include +#include #include #include #include diff --git a/arch/sparc/kernel/sysfs.c b/arch/sparc/kernel/sysfs.c index 84e5ce1..d28f496 100644 --- a/arch/sparc/kernel/sysfs.c +++ b/arch/sparc/kernel/sysfs.c @@ -8,6 +8,7 @@ #include #include +#include #include #include