diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-12 12:08:12 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-11-12 12:08:12 +0100 |
commit | 53640f41b97792b0889bb70f26f99c06743162a1 (patch) | |
tree | 3a0358208775f29f9e319b506ce849c5dbdc1a06 /arch/arm/mach-imx/devices-imx31.h | |
parent | Linux 3.7-rc5 (diff) | |
parent | ARM: imx: select HAVE_IMX_SRC when SMP is enabled (diff) | |
download | linux-53640f41b97792b0889bb70f26f99c06743162a1.tar.xz linux-53640f41b97792b0889bb70f26f99c06743162a1.zip |
Merge remote-tracking branch 'arm-soc/imx/multiplatform' into imx25-dt
Diffstat (limited to 'arch/arm/mach-imx/devices-imx31.h')
-rw-r--r-- | arch/arm/mach-imx/devices-imx31.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/devices-imx31.h b/arch/arm/mach-imx/devices-imx31.h index 8b2ceb45bb83..e8d1611bbc8e 100644 --- a/arch/arm/mach-imx/devices-imx31.h +++ b/arch/arm/mach-imx/devices-imx31.h @@ -6,8 +6,7 @@ * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. */ -#include <mach/mx31.h> -#include <mach/devices-common.h> +#include "devices/devices-common.h" extern const struct imx_fsl_usb2_udc_data imx31_fsl_usb2_udc_data; #define imx31_add_fsl_usb2_udc(pdata) \ |