aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel/setup.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-03-06 16:53:46 +0530
committerVineet Gupta <vgupta@synopsys.com>2013-04-09 12:21:15 +0530
commite420c82d09b07c12902530f03a26a84e2e59082d (patch)
treeaaab2d602e94959c652238a065e06b71a66f0da2 /arch/arc/kernel/setup.c
parent955ad5959f913bd340ecb8d5e78d03ef7d1b0392 (diff)
ARC: Remove duplicate inclusion of header files
Some header files were included twice in the same file. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/setup.c')
-rw-r--r--arch/arc/kernel/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c
index 25262045ac5a..694bbd467498 100644
--- a/arch/arc/kernel/setup.c
+++ b/arch/arc/kernel/setup.c
@@ -21,7 +21,6 @@
#include <asm/setup.h>
#include <asm/page.h>
#include <asm/irq.h>
-#include <asm/arcregs.h>
#include <asm/prom.h>
#include <asm/unwind.h>
#include <asm/clk.h>