Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e6ab2e2 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 968196a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -11,6 +11,7 @@
#include <linux/mm.h>
#include <linux/mm.h>
#include <linux/miscdevice.h>
#include <linux/miscdevice.h>


#include <asm/cpudata.h>
#include <asm/hypervisor.h>
#include <asm/hypervisor.h>
#include <asm/mdesc.h>
#include <asm/mdesc.h>
#include <asm/prom.h>
#include <asm/prom.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -8,6 +8,7 @@
#include <linux/percpu.h>
#include <linux/percpu.h>
#include <linux/init.h>
#include <linux/init.h>


#include <asm/cpudata.h>
#include <asm/hypervisor.h>
#include <asm/hypervisor.h>
#include <asm/spitfire.h>
#include <asm/spitfire.h>