Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: it8152: explicitly include mach/irqs.h

In preparation to make mach/irqs.h optional, directly include mach/irq.h
to get IRQ_BOARD_START.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>

+3
+3
arch/arm/include/asm/hardware/it8152.h
··· 9 9 10 10 #ifndef __ASM_HARDWARE_IT8152_H 11 11 #define __ASM_HARDWARE_IT8152_H 12 + 13 + #include <mach/irqs.h> 14 + 12 15 extern void __iomem *it8152_base_address; 13 16 14 17 #define IT8152_IO_BASE (it8152_base_address + 0x03e00000)