MX: Set a common gpio.h for all i.MX
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx5 / gpio.h
index 1dc34e9164e2076d9245f90ae45e7ce15a0a0cab..b1b1218083db876468a48baedd8479e1914fbf72 100644 (file)
 #ifndef __ASM_ARCH_MX5_GPIO_H
 #define __ASM_ARCH_MX5_GPIO_H
 
-/* GPIO registers */
-struct gpio_regs {
-       u32     gpio_dr;
-       u32     gpio_dir;
-       u32     gpio_psr;
-};
+#include <asm/imx-common/gpio.h>
 
 #endif