diff options
Diffstat (limited to 'arch/arm/mach-omap1/common.h')
-rw-r--r-- | arch/arm/mach-omap1/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/common.h b/arch/arm/mach-omap1/common.h index abec019a5281..732f8ee2fcd2 100644 --- a/arch/arm/mach-omap1/common.h +++ b/arch/arm/mach-omap1/common.h | |||
@@ -46,6 +46,9 @@ static inline void omap7xx_map_io(void) | |||
46 | void omap1510_fpga_init_irq(void); | 46 | void omap1510_fpga_init_irq(void); |
47 | void omap15xx_map_io(void); | 47 | void omap15xx_map_io(void); |
48 | #else | 48 | #else |
49 | static inline void omap1510_fpga_init_irq(void) | ||
50 | { | ||
51 | } | ||
49 | static inline void omap15xx_map_io(void) | 52 | static inline void omap15xx_map_io(void) |
50 | { | 53 | { |
51 | } | 54 | } |