Commit e57eb2056577191879e31a5c6394594b6b59a8ec

Authored by Steffen Dirkwinkel
Committed by Anatolij Gustschin
1 parent 3a3eaa817e

arm: imx: cx9020: remove unnecessary includes

There are several includes in mx53cx9020.c which are not required
anymore.

Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>

Showing 1 changed file with 0 additions and 8 deletions Side-by-side Diff

board/beckhoff/mx53cx9020/mx53cx9020.c
... ... @@ -8,20 +8,12 @@
8 8 */
9 9  
10 10 #include <common.h>
11   -#include <dm.h>
12   -#include <asm/arch/imx-regs.h>
13 11 #include <asm/arch/sys_proto.h>
14   -#include <asm/arch/crm_regs.h>
15 12 #include <asm/arch/clock.h>
16 13 #include <asm/arch/iomux-mx53.h>
17   -#include <asm/arch/clock.h>
18 14 #include <asm/mach-imx/mx5_video.h>
19 15 #include <ACEX1K.h>
20   -#include <netdev.h>
21   -#include <i2c.h>
22 16 #include <asm/gpio.h>
23   -#include <input.h>
24   -#include <dm/platform_data/serial_mxc.h>
25 17  
26 18 enum LED_GPIOS {
27 19 GPIO_SD1_CD = IMX_GPIO_NR(1, 1),