mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 17:10:11 +00:00
69f06c8da6
This option does not exist, so the code attached to it is not used. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
9 lines
178 B
C
9 lines
178 B
C
#ifndef __ASM_ARCH_GPIO_H
|
|
#define __ASM_ARCH_GPIO_H
|
|
|
|
#if defined(CONFIG_R8A7740)
|
|
#include "r8a7740-gpio.h"
|
|
void r8a7740_pinmux_init(void);
|
|
#endif
|
|
|
|
#endif /* __ASM_ARCH_GPIO_H */
|