diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-mx51_babbage.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx51_babbage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx51_babbage.c b/arch/arm/mach-imx/mach-mx51_babbage.c index 7b31cbde8775..20e6b9ef8c27 100644 --- a/arch/arm/mach-imx/mach-mx51_babbage.c +++ b/arch/arm/mach-imx/mach-mx51_babbage.c @@ -22,7 +22,6 @@ #include <mach/common.h> #include <mach/hardware.h> -#include <mach/iomux-mx51.h> #include <asm/setup.h> #include <asm/mach-types.h> @@ -31,6 +30,7 @@ #include "devices-imx51.h" #include "cpu_op-mx51.h" +#include "iomux-mx51.h" #define BABBAGE_USB_HUB_RESET IMX_GPIO_NR(1, 7) #define BABBAGE_USBH1_STP IMX_GPIO_NR(1, 27) |