From 6bc8405c6db41ff1647a500ce1ffea74ce8f3767 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 19 Nov 2008 17:10:49 +0000 Subject: tracking-2.6.27-rc2-include-path-changes.patch Signed-off-by: Andy Green --- include/asm-arm/arch-s3c2410/irqs.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'include/asm-arm/arch-s3c2410/irqs.h') diff --git a/include/asm-arm/arch-s3c2410/irqs.h b/include/asm-arm/arch-s3c2410/irqs.h index ea945ea0899..caef9f97570 100644 --- a/include/asm-arm/arch-s3c2410/irqs.h +++ b/include/asm-arm/arch-s3c2410/irqs.h @@ -12,9 +12,9 @@ #ifndef __ASM_ARCH_IRQS_H #define __ASM_ARCH_IRQS_H __FILE__ -#ifndef __ASM_ARM_IRQ_H -#error "Do not include this directly, instead #include " -#endif +//#ifndef __ASM_ARM_IRQ_H +//#error "Do not include this directly, instead #include " +//#endif /* we keep the first set of CPU IRQs out of the range of * the ISA space, so that the PC104 has them to itself @@ -178,6 +178,7 @@ #define NR_IRQS (IRQ_BOARD_START) #endif +#if 0 /* Neo1973 GTA02 interrupts */ #define NEO1973_GTA02_IRQ(x) (IRQ_BOARD_START + (x)) #define IRQ_GLAMO(x) NEO1973_GTA02_IRQ(x) @@ -190,5 +191,5 @@ #define IRQ_GLAMO_2D IRQ_GLAMO(6) #define IRQ_GLAMO_MMC IRQ_GLAMO(7) #define IRQ_GLAMO_RISC IRQ_GLAMO(8) - +#endif #endif /* __ASM_ARCH_IRQ_H */ -- cgit v1.2.3