summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79/common.h
diff options
context:
space:
mode:
authorAlban Bedel <albeu@free.fr>2015-07-03 11:11:48 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-09-03 12:08:02 +0200
commitf689332b19fa1120de1bd84988a7bd0c08bd9b7b (patch)
treedc46aa0351f784e840fe67fab4633ffa8203bb21 /arch/mips/ath79/common.h
parent5fac4f7ac067b2eee3aaf19eff8bd1d7d8e9a91e (diff)
downloadlinux-stable-f689332b19fa1120de1bd84988a7bd0c08bd9b7b.tar.gz
linux-stable-f689332b19fa1120de1bd84988a7bd0c08bd9b7b.tar.bz2
linux-stable-f689332b19fa1120de1bd84988a7bd0c08bd9b7b.zip
MIPS: Ath79: Remove the unused GPIO function API
To prepare moving the GPIO driver to drivers/gpio remove the platform specific pinmux API. As it is not used by any board, and such functionality should better be implemented using the pinmux subsystem just removing it seems to be the best option. Signed-off-by: Alban Bedel <albeu@free.fr> Acked-by: Linus Walleij <linus.walleij@linaro.org> Cc: linux-gpio@vger.kernel.org Cc: Alexandre Courbot <gnurou@gmail.com> Cc: Gabor Juhos <juhosg@openwrt.org> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/10596/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/common.h')
-rw-r--r--arch/mips/ath79/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/ath79/common.h b/arch/mips/ath79/common.h
index e5ea71277f0c..ca7cc19adfea 100644
--- a/arch/mips/ath79/common.h
+++ b/arch/mips/ath79/common.h
@@ -25,9 +25,6 @@ unsigned long ath79_get_sys_clk_rate(const char *id);
void ath79_ddr_ctrl_init(void);
void ath79_ddr_wb_flush(unsigned int reg);
-void ath79_gpio_function_enable(u32 mask);
-void ath79_gpio_function_disable(u32 mask);
-void ath79_gpio_function_setup(u32 set, u32 clear);
void ath79_gpio_init(void);
#endif /* __ATH79_COMMON_H */