9
0
Fork 0

ARM: i.MX: move iomux definitions to iomux.h

mach/gpio.h is for the gpio API, so move unrelated stuff
away.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-08-16 12:41:31 +02:00
parent a8ead3b9dd
commit 1068e0a545
2 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,4 @@
#include <asm-generic/gpio.h>
void imx_gpio_mode(int gpio_mode);
#endif /* __ASM_ARCH_GPIO_H */

View File

@ -46,5 +46,6 @@
#define GPIO_GIUS (1 << 16)
void imx_iomuxv1_init(void __iomem *base);
void imx_gpio_mode(int gpio_mode);
#endif /* __MACH_IOMUX_V1_H__ */