mirror of https://gitee.com/openkylin/linux.git
powerpc/xics: xics.h relies on linux/interrupt.h
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
0b2e9a8e10
commit
cd85257905
|
@ -6,6 +6,8 @@
|
|||
#ifndef _XICS_H
|
||||
#define _XICS_H
|
||||
|
||||
#include <linux/interrupt.h>
|
||||
|
||||
#define XICS_IPI 2
|
||||
#define XICS_IRQ_SPURIOUS 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue