Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c45b1342 authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: imx: remove unnecessary inclusion from device-imx*.h



There is no need for device-imx*.h to include <soc>.h.  Remove them
and fix one indirect inclusion in mach-mx31ads.c.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 267dd34c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 */
#include <mach/mx1.h>
#include <mach/devices-common.h>

extern const struct imx_imx_fb_data imx1_imx_fb_data;
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 */
#include <mach/mx21.h>
#include <mach/devices-common.h>

extern const struct imx_imx21_hcd_data imx21_imx21_hcd_data;
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 */
#include <mach/mx25.h>
#include <mach/devices-common.h>

extern const struct imx_fec_data imx25_fec_data;
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 * the terms of the GNU General Public License version 2 as published by the
 * Free Software Foundation.
 */
#include <mach/mx27.h>
#include <mach/devices-common.h>

extern const struct imx_fec_data imx27_fec_data;
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
 * 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>

extern const struct imx_fsl_usb2_udc_data imx31_fsl_usb2_udc_data;
Loading