]> Git Repo - J-u-boot.git/commitdiff
arm: imx: cx9020: remove unnecessary includes
authorSteffen Dirkwinkel <[email protected]>
Wed, 17 Apr 2019 11:57:19 +0000 (13:57 +0200)
committerAnatolij Gustschin <[email protected]>
Mon, 20 May 2019 09:57:38 +0000 (11:57 +0200)
There are several includes in mx53cx9020.c which are not required
anymore.

Acked-by: Patrick Bruenn <[email protected]>
Signed-off-by: Steffen Dirkwinkel <[email protected]>
board/beckhoff/mx53cx9020/mx53cx9020.c

index de1d85f1518e40a14eb12db652830bf2bbae25f7..9450d925f6f23021d076106eeab770b6d8e288cd 100644 (file)
@@ -8,20 +8,12 @@
  */
 
 #include <common.h>
-#include <dm.h>
-#include <asm/arch/imx-regs.h>
 #include <asm/arch/sys_proto.h>
-#include <asm/arch/crm_regs.h>
 #include <asm/arch/clock.h>
 #include <asm/arch/iomux-mx53.h>
-#include <asm/arch/clock.h>
 #include <asm/mach-imx/mx5_video.h>
 #include <ACEX1K.h>
-#include <netdev.h>
-#include <i2c.h>
 #include <asm/gpio.h>
-#include <input.h>
-#include <dm/platform_data/serial_mxc.h>
 
 enum LED_GPIOS {
        GPIO_SD1_CD = IMX_GPIO_NR(1, 1),
This page took 0.036899 seconds and 4 git commands to generate.