aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/gpio.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2012-12-15 23:51:53 +0100
committerSimon Horman <horms+renesas@verge.net.au>2013-01-25 09:24:30 +0900
commite854547bfa55660e088dffa640e7eaac61833c1a (patch)
tree7822d28d11dbe586551a729f3fa97e2010ba9f24 /arch/sh/include/asm/gpio.h
parentd9b8f244b909cdff163b012ff7137337f14b4ab8 (diff)
sh: Remove unused sh_pfc_register_info() function
All boards use sh_pfc_register() directly, remove the unused sh_pfc_register_info() function. Make the name argument to sh_pfc_register() mandatory as it's now supplied by all callers. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/sh/include/asm/gpio.h')
-rw-r--r--arch/sh/include/asm/gpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/gpio.h b/arch/sh/include/asm/gpio.h
index 04f53d31489f..7dfe15e2e990 100644
--- a/arch/sh/include/asm/gpio.h
+++ b/arch/sh/include/asm/gpio.h
@@ -20,7 +20,7 @@
#endif
#define ARCH_NR_GPIOS 512
-#include <linux/sh_pfc.h>
+#include <asm-generic/gpio.h>
#ifdef CONFIG_GPIOLIB