Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[pandora-kernel.git] / arch / arm / mach-tegra / include / mach / irqs.h
index 20f640e..71bbf34 100644 (file)
@@ -25,6 +25,7 @@
 
 #define IRQ_LOCALTIMER                  29
 
+#ifdef CONFIG_ARCH_TEGRA_2x_SOC
 /* Primary Interrupt Controller */
 #define INT_PRI_BASE                   (INT_GIC_BASE + 32)
 #define INT_TMR1                       (INT_PRI_BASE + 0)
 #define INT_GPIO_NR                    (28 * 8)
 
 #define NR_IRQS                                (INT_GPIO_BASE + INT_GPIO_NR)
+#endif
 
 #endif