aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bcma
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bcma')
-rw-r--r--include/linux/bcma/bcma_driver_mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/bcma/bcma_driver_mips.h b/include/linux/bcma/bcma_driver_mips.h
index 6495579e3f35..73c7f4b882cc 100644
--- a/include/linux/bcma/bcma_driver_mips.h
+++ b/include/linux/bcma/bcma_driver_mips.h
@@ -48,6 +48,6 @@ static inline void bcma_core_mips_early_init(struct bcma_drv_mips *mcore) { }
48 48
49extern u32 bcma_cpu_clock(struct bcma_drv_mips *mcore); 49extern u32 bcma_cpu_clock(struct bcma_drv_mips *mcore);
50 50
51extern unsigned int bcma_core_mips_irq(struct bcma_device *dev); 51extern unsigned int bcma_core_irq(struct bcma_device *core);
52 52
53#endif /* LINUX_BCMA_DRIVER_MIPS_H_ */ 53#endif /* LINUX_BCMA_DRIVER_MIPS_H_ */