diff options
author | Amy Fong <amy.fong@windriver.com> | 2006-09-18 23:07:24 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-21 22:59:38 +1000 |
commit | 8b9b5a77e3aeb9650b511a8be4c61632999537db (patch) | |
tree | 1e704132f4fd02db24cf0e73ab6e0c31d1d74e77 /arch/ppc/platforms/85xx/sbc8560.h | |
parent | 6a1ca373a16b0e170164ab8a2d6d01eab2a22f6e (diff) |
[POWERPC] Fix compile error in sbc8560
The following fixes compile errors in sbc8560.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/platforms/85xx/sbc8560.h')
-rw-r--r-- | arch/ppc/platforms/85xx/sbc8560.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/platforms/85xx/sbc8560.h b/arch/ppc/platforms/85xx/sbc8560.h index c7d61cf3a44..e5e156f6010 100644 --- a/arch/ppc/platforms/85xx/sbc8560.h +++ b/arch/ppc/platforms/85xx/sbc8560.h @@ -14,6 +14,7 @@ #define __MACH_SBC8560_H__ #include <platforms/85xx/sbc85xx.h> +#include <asm/irq.h> #define CPM_MAP_ADDR (CCSRBAR + MPC85xx_CPM_OFFSET) |