Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sam Ravnborg and committed by
David S. Miller
6e6ab2e2 968196a9

+2
+1
arch/sparc/kernel/mdesc.c
··· 11 11 #include <linux/mm.h> 12 12 #include <linux/miscdevice.h> 13 13 14 + #include <asm/cpudata.h> 14 15 #include <asm/hypervisor.h> 15 16 #include <asm/mdesc.h> 16 17 #include <asm/prom.h>
+1
arch/sparc/kernel/sysfs.c
··· 8 8 #include <linux/percpu.h> 9 9 #include <linux/init.h> 10 10 11 + #include <asm/cpudata.h> 11 12 #include <asm/hypervisor.h> 12 13 #include <asm/spitfire.h> 13 14