diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-01-09 01:51:10 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-01-13 01:54:38 +0900 |
commit | 9475f8de88dc397450cc28912af96595da45d5c8 (patch) | |
tree | 13b29edb0479c8ddd5cff482f8b9cf71a180a0fc /arch/arm/mach-uniphier/micro-support-card.c | |
parent | fa85e826c16b9ce1ad302a57e9c4b24db0d8b930 (diff) | |
download | u-boot-9475f8de88dc397450cc28912af96595da45d5c8.tar.gz |
ARM: uniphier: kill bogus header includes
These includes are not necessary.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/micro-support-card.c')
-rw-r--r-- | arch/arm/mach-uniphier/micro-support-card.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/micro-support-card.c b/arch/arm/mach-uniphier/micro-support-card.c index 4c34748c25c..9c2483fb914 100644 --- a/arch/arm/mach-uniphier/micro-support-card.c +++ b/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; |