diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-05-02 12:07:45 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-05-20 12:06:55 +0200 |
commit | 5ec1fd8e93456d577c7b3bc48c0012d97dd9d95b (patch) | |
tree | 1a1bf88ddb2d061085532a00a0a0e64e8fe67890 /arch/arm/mach-rmobile/include/mach/gpio.h | |
parent | a67a02d26d9e7a9fba2aea5f2d08371d561c5bd6 (diff) |
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach/gpio.h')
-rw-r--r-- | arch/arm/mach-rmobile/include/mach/gpio.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 */ |