diff options
author | Tom Rini <trini@konsulko.com> | 2017-11-30 10:39:04 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-11-30 10:39:04 -0500 |
commit | 9804d88630cdb22f5f0ace05ac05942928410fd9 (patch) | |
tree | cf2e47737a1d877c4b6cef0e880a3d8873f76399 /arch/arm/mach-rmobile/include/mach/gpio.h | |
parent | 55e76b3c86d132ae1ca8f36728efdadef8588740 (diff) | |
parent | ab61e175713a0400c6ece6348e8f655998cf574d (diff) |
Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach/gpio.h')
-rw-r--r-- | arch/arm/mach-rmobile/include/mach/gpio.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-rmobile/include/mach/gpio.h b/arch/arm/mach-rmobile/include/mach/gpio.h index 02b29364c5..448d189e92 100644 --- a/arch/arm/mach-rmobile/include/mach/gpio.h +++ b/arch/arm/mach-rmobile/include/mach/gpio.h @@ -22,12 +22,6 @@ void r8a7793_pinmux_init(void); #elif defined(CONFIG_R8A7794) #include "r8a7794-gpio.h" void r8a7794_pinmux_init(void); -#elif defined(CONFIG_R8A7795) -#include "r8a7795-gpio.h" -void r8a7795_pinmux_init(void); -#elif defined(CONFIG_R8A7796) -#include "r8a7796-gpio.h" -void r8a7796_pinmux_init(void); #endif #endif /* __ASM_ARCH_GPIO_H */ |