|
@@ -396,7 +396,14 @@ extern struct bus_type mpic_subsys;
|
|
#define MPIC_REGSET_TSI108 MPIC_REGSET(1) /* Tsi108/109 PIC */
|
|
#define MPIC_REGSET_TSI108 MPIC_REGSET(1) /* Tsi108/109 PIC */
|
|
|
|
|
|
/* Get the version of primary MPIC */
|
|
/* Get the version of primary MPIC */
|
|
|
|
+#ifdef CONFIG_MPIC
|
|
extern u32 fsl_mpic_primary_get_version(void);
|
|
extern u32 fsl_mpic_primary_get_version(void);
|
|
|
|
+#else
|
|
|
|
+static inline u32 fsl_mpic_primary_get_version(void)
|
|
|
|
+{
|
|
|
|
+ return 0;
|
|
|
|
+}
|
|
|
|
+#endif
|
|
|
|
|
|
/* Allocate the controller structure and setup the linux irq descs
|
|
/* Allocate the controller structure and setup the linux irq descs
|
|
* for the range if interrupts passed in. No HW initialization is
|
|
* for the range if interrupts passed in. No HW initialization is
|