summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/setup.c
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-09-08 21:26:28 +0200
committerRob Herring <rob.herring@calxeda.com>2013-10-10 03:04:01 +0200
commitbe5973117bd48624d9e7d7728d754f4c9a322193 (patch)
tree3e07e6bd711193713a969858fada556423cc148c /arch/arc/kernel/setup.c
parentarm64: remove unnecessary prom.h include (diff)
downloadlinux-be5973117bd48624d9e7d7728d754f4c9a322193.tar.xz
linux-be5973117bd48624d9e7d7728d754f4c9a322193.zip
arc: remove unnecessary prom.h includes
Remove unnecessary prom.h includes in preparation to remove prom.h. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Vineet Gupta <vgupta@synopsys.com> Acked-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to '')
-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 8a9cf4e7403b..f7d4a41d0629 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/prom.h>
#include <asm/unwind.h>
#include <asm/clk.h>
#include <asm/mach_desc.h>