瀏覽代碼

ARM i.MX5: remove unnecessary includes from board files

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha Hauer 13 年之前
父節點
當前提交
035c17dac4

+ 0 - 1
arch/arm/mach-mx5/board-mx53_ard.c

@@ -32,7 +32,6 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/time.h>
 #include <asm/mach/time.h>
 
 
-#include "crm_regs.h"
 #include "devices-imx53.h"
 #include "devices-imx53.h"
 
 
 #define ARD_ETHERNET_INT_B	IMX_GPIO_NR(2, 31)
 #define ARD_ETHERNET_INT_B	IMX_GPIO_NR(2, 31)

+ 0 - 1
arch/arm/mach-mx5/board-mx53_evk.c

@@ -37,7 +37,6 @@
 #define EVK_ECSPI1_CS1		IMX_GPIO_NR(3, 19)
 #define EVK_ECSPI1_CS1		IMX_GPIO_NR(3, 19)
 #define MX53EVK_LED		IMX_GPIO_NR(7, 7)
 #define MX53EVK_LED		IMX_GPIO_NR(7, 7)
 
 
-#include "crm_regs.h"
 #include "devices-imx53.h"
 #include "devices-imx53.h"
 
 
 static iomux_v3_cfg_t mx53_evk_pads[] = {
 static iomux_v3_cfg_t mx53_evk_pads[] = {

+ 0 - 1
arch/arm/mach-mx5/board-mx53_loco.c

@@ -32,7 +32,6 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/time.h>
 #include <asm/mach/time.h>
 
 
-#include "crm_regs.h"
 #include "devices-imx53.h"
 #include "devices-imx53.h"
 
 
 #define MX53_LOCO_POWER			IMX_GPIO_NR(1, 8)
 #define MX53_LOCO_POWER			IMX_GPIO_NR(1, 8)

+ 0 - 1
arch/arm/mach-mx5/board-mx53_smd.c

@@ -31,7 +31,6 @@
 #include <asm/mach/arch.h>
 #include <asm/mach/arch.h>
 #include <asm/mach/time.h>
 #include <asm/mach/time.h>
 
 
-#include "crm_regs.h"
 #include "devices-imx53.h"
 #include "devices-imx53.h"
 
 
 #define SMD_FEC_PHY_RST		IMX_GPIO_NR(7, 6)
 #define SMD_FEC_PHY_RST		IMX_GPIO_NR(7, 6)