summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-09-10 16:15:29 +0200
committerLinus Walleij <linus.walleij@linaro.org>2019-09-12 10:07:44 +0100
commitc34a024e4ee087b6d9e534160990082c3d9e7103 (patch)
tree67ae08d67650e9292a5ebc94a9bc459fcf44a64a /include
parent2efc6bfadb0b9c873e11ab8da37f4f69aa215d25 (diff)
downloadlinux-c34a024e4ee087b6d9e534160990082c3d9e7103.tar.bz2
gpio: htc-egpio: Remove unused exported htc_egpio_get_wakeup_irq()
This function was never used upstream, and is a relic of the original handhelds.org code the htc-egpio driver was based on. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20190910141529.21030-1-geert+renesas@glider.be Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/gpio-htc-egpio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/gpio-htc-egpio.h b/include/linux/platform_data/gpio-htc-egpio.h
index 9a3e78082883..eaefba0b6465 100644
--- a/include/linux/platform_data/gpio-htc-egpio.h
+++ b/include/linux/platform_data/gpio-htc-egpio.h
@@ -50,7 +50,4 @@ struct htc_egpio_platform_data {
int num_chips;
};
-/* Determine the wakeup irq, to be called during early resume */
-extern int htc_egpio_get_wakeup_irq(struct device *dev);
-
#endif