aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/irqchip/mips-gic.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/irqchip/mips-gic.h b/include/linux/irqchip/mips-gic.h
index 63c5f87034c9..113010c8dd8b 100644
--- a/include/linux/irqchip/mips-gic.h
+++ b/include/linux/irqchip/mips-gic.h
@@ -17,16 +17,10 @@
17 17
18#ifdef CONFIG_MIPS_GIC 18#ifdef CONFIG_MIPS_GIC
19 19
20extern unsigned int gic_present;
21
22extern int gic_get_c0_compare_int(void); 20extern int gic_get_c0_compare_int(void);
23extern int gic_get_c0_perfcount_int(void); 21extern int gic_get_c0_perfcount_int(void);
24extern int gic_get_c0_fdc_int(void); 22extern int gic_get_c0_fdc_int(void);
25 23
26#else /* CONFIG_MIPS_GIC */
27
28#define gic_present 0
29
30#endif /* CONFIG_MIPS_GIC */ 24#endif /* CONFIG_MIPS_GIC */
31 25
32#endif /* __LINUX_IRQCHIP_MIPS_GIC_H */ 26#endif /* __LINUX_IRQCHIP_MIPS_GIC_H */