Skip to content

Commit

Permalink
powerpc/xics: xics.h relies on linux/interrupt.h
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Ellerman <[email protected]>
Signed-off-by: Benjamin Herrenschmidt <[email protected]>
  • Loading branch information
mpe authored and ozbenh committed Apr 20, 2011
1 parent 0b2e9a8 commit cd85257
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/include/asm/xics.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#ifndef _XICS_H
#define _XICS_H

#include <linux/interrupt.h>

#define XICS_IPI 2
#define XICS_IRQ_SPURIOUS 0

Expand Down

0 comments on commit cd85257

Please sign in to comment.