aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/ath79/common.h1
-rw-r--r--arch/mips/include/asm/mach-ath79/ath79.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/common.h b/arch/mips/ath79/common.h
index ca7cc19adfea..870c6b2e97e8 100644
--- a/arch/mips/ath79/common.h
+++ b/arch/mips/ath79/common.h
@@ -23,7 +23,6 @@ void ath79_clocks_init(void);
23unsigned long ath79_get_sys_clk_rate(const char *id); 23unsigned long ath79_get_sys_clk_rate(const char *id);
24 24
25void ath79_ddr_ctrl_init(void); 25void ath79_ddr_ctrl_init(void);
26void ath79_ddr_wb_flush(unsigned int reg);
27 26
28void ath79_gpio_init(void); 27void ath79_gpio_init(void);
29 28
diff --git a/arch/mips/include/asm/mach-ath79/ath79.h b/arch/mips/include/asm/mach-ath79/ath79.h
index 4eee221b0cf0..2b3487213d1e 100644
--- a/arch/mips/include/asm/mach-ath79/ath79.h
+++ b/arch/mips/include/asm/mach-ath79/ath79.h
@@ -115,6 +115,7 @@ static inline int soc_is_qca955x(void)
115 return soc_is_qca9556() || soc_is_qca9558(); 115 return soc_is_qca9556() || soc_is_qca9558();
116} 116}
117 117
118void ath79_ddr_wb_flush(unsigned int reg);
118void ath79_ddr_set_pci_windows(void); 119void ath79_ddr_set_pci_windows(void);
119 120
120extern void __iomem *ath79_pll_base; 121extern void __iomem *ath79_pll_base;