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/boot-mode/boot-mode-proxstream2.c | |
parent | fa85e826c16b9ce1ad302a57e9c4b24db0d8b930 (diff) |
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/boot-mode/boot-mode-proxstream2.c')
-rw-r--r-- | arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c b/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c index 10a47c6fcc..8c5b095e95 100644 --- a/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c +++ b/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[] = { |