omap: add missing FIQ_START definition required forarch/arm/kernel/fiq.c compilation
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / irqs.h
index 4017019..c01d9f0 100644 (file)
@@ -428,4 +428,8 @@ void omap3_intc_resume_idle(void);
 
 #include <mach/hardware.h>
 
+#ifdef CONFIG_FIQ
+#define FIQ_START              1024
+#endif
+
 #endif