diff options
-rw-r--r-- | arch/mips/ath79/common.h | 1 | ||||
-rw-r--r-- | arch/mips/include/asm/mach-ath79/ath79.h | 1 |
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); | |||
23 | unsigned long ath79_get_sys_clk_rate(const char *id); | 23 | unsigned long ath79_get_sys_clk_rate(const char *id); |
24 | 24 | ||
25 | void ath79_ddr_ctrl_init(void); | 25 | void ath79_ddr_ctrl_init(void); |
26 | void ath79_ddr_wb_flush(unsigned int reg); | ||
27 | 26 | ||
28 | void ath79_gpio_init(void); | 27 | void 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 | ||
118 | void ath79_ddr_wb_flush(unsigned int reg); | ||
118 | void ath79_ddr_set_pci_windows(void); | 119 | void ath79_ddr_set_pci_windows(void); |
119 | 120 | ||
120 | extern void __iomem *ath79_pll_base; | 121 | extern void __iomem *ath79_pll_base; |