Explorar o código

ARM: uniphier: kill bogus header includes

These includes are not necessary.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamada %!s(int64=9) %!d(string=hai) anos
pai
achega
9475f8de88

+ 0 - 1
arch/arm/mach-uniphier/boot-mode/boot-mode-ph1-ld4.c

@@ -9,7 +9,6 @@
 #include <linux/io.h>
 #include <mach/boot-device.h>
 #include <mach/sg-regs.h>
-#include <mach/sbc-regs.h>
 
 struct boot_device_info boot_device_table[] = {
 	{BOOT_DEVICE_NAND, "NAND (Mirror 8, ECC  8, EraseSize 128KB, Addr 4)"},

+ 0 - 1
arch/arm/mach-uniphier/boot-mode/boot-mode-ph1-pro5.c

@@ -8,7 +8,6 @@
 #include <spl.h>
 #include <linux/io.h>
 #include <mach/boot-device.h>
-#include <mach/sbc-regs.h>
 #include <mach/sg-regs.h>
 
 static struct boot_device_info boot_device_table[] = {

+ 0 - 1
arch/arm/mach-uniphier/boot-mode/boot-mode-ph1-sld3.c

@@ -9,7 +9,6 @@
 #include <linux/io.h>
 #include <mach/boot-device.h>
 #include <mach/sg-regs.h>
-#include <mach/sbc-regs.h>
 
 static struct boot_device_info boot_device_table[] = {
 	{BOOT_DEVICE_NONE, "Reserved"},

+ 0 - 2
arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c

@@ -8,8 +8,6 @@
 #include <spl.h>
 #include <linux/io.h>
 #include <mach/boot-device.h>
-#include <mach/init.h>
-#include <mach/sbc-regs.h>
 #include <mach/sg-regs.h>
 
 static struct boot_device_info boot_device_table[] = {

+ 0 - 1
arch/arm/mach-uniphier/boot-mode/boot-mode.c

@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <spl.h>
-#include <linux/io.h>
 #include <mach/boot-device.h>
 #include <mach/sbc-regs.h>
 #include <mach/soc_info.h>

+ 0 - 1
arch/arm/mach-uniphier/init/init-ph1-ld4.c

@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <spl.h>
-#include <linux/compiler.h>
 #include <mach/init.h>
 #include <mach/micro-support-card.h>
 

+ 0 - 1
arch/arm/mach-uniphier/init/init-ph1-pro4.c

@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <spl.h>
-#include <linux/compiler.h>
 #include <mach/init.h>
 #include <mach/micro-support-card.h>
 

+ 0 - 1
arch/arm/mach-uniphier/init/init-ph1-pro5.c

@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <spl.h>
-#include <linux/compiler.h>
 #include <mach/init.h>
 #include <mach/micro-support-card.h>
 

+ 0 - 1
arch/arm/mach-uniphier/init/init-ph1-sld3.c

@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <spl.h>
-#include <linux/compiler.h>
 #include <mach/init.h>
 #include <mach/micro-support-card.h>
 

+ 0 - 1
arch/arm/mach-uniphier/init/init-ph1-sld8.c

@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <spl.h>
-#include <linux/compiler.h>
 #include <mach/init.h>
 #include <mach/micro-support-card.h>
 

+ 0 - 1
arch/arm/mach-uniphier/init/init-proxstream2.c

@@ -6,7 +6,6 @@
 
 #include <common.h>
 #include <spl.h>
-#include <linux/compiler.h>
 #include <mach/init.h>
 #include <mach/micro-support-card.h>
 

+ 0 - 2
arch/arm/mach-uniphier/lowlevel_init.S

@@ -8,8 +8,6 @@
 #include <linux/linkage.h>
 #include <linux/sizes.h>
 #include <asm/system.h>
-#include <mach/arm-mpcore.h>
-#include <mach/sbc-regs.h>
 #include <mach/ssc-regs.h>
 
 ENTRY(lowlevel_init)

+ 0 - 1
arch/arm/mach-uniphier/micro-support-card.c

@@ -70,7 +70,6 @@ int board_eth_init(bd_t *bis)
 #if !defined(CONFIG_SYS_NO_FLASH)
 
 #include <mtd/cfi_flash.h>
-#include <mach/sbc-regs.h>
 
 struct memory_bank {
 	phys_addr_t base;