summaryrefslogtreecommitdiffstats
path: root/arch/metag/kernel
diff options
context:
space:
mode:
authorRob Herring2013-09-08 21:27:53 +0200
committerRob Herring2013-10-10 03:04:03 +0200
commit7b009939af9bc7b698d7ddec03d53604efff881c (patch)
treeb43a8d4135458e93c8bb1fa6a95b1a84992ea2b9 /arch/metag/kernel
parenthexagon: remove unnecessary prom.h includes (diff)
downloadkernel-qcow2-linux-7b009939af9bc7b698d7ddec03d53604efff881c.tar.gz
kernel-qcow2-linux-7b009939af9bc7b698d7ddec03d53604efff881c.tar.xz
kernel-qcow2-linux-7b009939af9bc7b698d7ddec03d53604efff881c.zip
metag: move setup_machine_fdt declaration from prom.h
Move setup_machine_fdt out of prom.h and into asm/setup.h in preparation to remove prom.h. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Grant Likely <grant.likely@linaro.org> Cc: James Hogan <james.hogan@imgtec.com> Cc: linux-metag@vger.kernel.org
Diffstat (limited to 'arch/metag/kernel')
-rw-r--r--arch/metag/kernel/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/metag/kernel/setup.c b/arch/metag/kernel/setup.c
index 92cc119594d3..8c4b3976bebf 100644
--- a/arch/metag/kernel/setup.c
+++ b/arch/metag/kernel/setup.c
@@ -42,7 +42,6 @@
#include <asm/mmu.h>
#include <asm/mmzone.h>
#include <asm/processor.h>
-#include <asm/prom.h>
#include <asm/sections.h>
#include <asm/setup.h>
#include <asm/traps.h>