From 5ec1fd8e93456d577c7b3bc48c0012d97dd9d95b Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 2 May 2018 12:07:45 +0200 Subject: ARM: rmobile: Drop old R8A7794 PFC tables All the boards use new modern PFC framework, the old PFC tables are no longer used, so remove them. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- arch/arm/mach-rmobile/include/mach/gpio.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/arm/mach-rmobile/include/mach/gpio.h') diff --git a/arch/arm/mach-rmobile/include/mach/gpio.h b/arch/arm/mach-rmobile/include/mach/gpio.h index 83a57cb8ca..6b5e4ed4eb 100644 --- a/arch/arm/mach-rmobile/include/mach/gpio.h +++ b/arch/arm/mach-rmobile/include/mach/gpio.h @@ -7,9 +7,6 @@ void sh73a0_pinmux_init(void); #elif defined(CONFIG_R8A7740) #include "r8a7740-gpio.h" void r8a7740_pinmux_init(void); -#elif defined(CONFIG_R8A7794) -#include "r8a7794-gpio.h" -void r8a7794_pinmux_init(void); #endif #endif /* __ASM_ARCH_GPIO_H */ -- cgit v1.2.3