These includes are not necessary. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
@@ -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)"},
@@ -8,7 +8,6 @@
#include <spl.h>
static struct boot_device_info boot_device_table[] = {
{BOOT_DEVICE_NONE, "Reserved"},
@@ -8,8 +8,6 @@
-#include <mach/init.h>
@@ -6,7 +6,6 @@
#include <common.h>
-#include <linux/io.h>
#include <mach/sbc-regs.h>
#include <mach/soc_info.h>
-#include <linux/compiler.h>
#include <mach/init.h>
#include <mach/micro-support-card.h>
#include <linux/linkage.h>
#include <linux/sizes.h>
#include <asm/system.h>
-#include <mach/arm-mpcore.h>
#include <mach/ssc-regs.h>
ENTRY(lowlevel_init)
@@ -70,7 +70,6 @@ int board_eth_init(bd_t *bis)
#if !defined(CONFIG_SYS_NO_FLASH)
#include <mtd/cfi_flash.h>
struct memory_bank {
phys_addr_t base;