summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-02-20 14:19:54 +0000
committerJames Hogan <james.hogan@imgtec.com>2013-03-02 20:11:17 +0000
commit2742c52655cff867fbf55e2e9cb993b8f965b7d7 (patch)
treee0e13e15d11f5e211fe3f43d0e6ecfc9f0a45a63 /arch
parent2270e6d30bb6601ffd42e9d972442df0499ad547 (diff)
metag: prom.h: remove declaration of metag_dt_memblock_reserve()
Metag doesn't have a metag_dt_memblock_reserve() function so remove the declaration from asm/prom.h. Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/metag/include/asm/prom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/metag/include/asm/prom.h b/arch/metag/include/asm/prom.h
index ccac97e865d..d2aa35d2228 100644
--- a/arch/metag/include/asm/prom.h
+++ b/arch/metag/include/asm/prom.h
@@ -19,6 +19,5 @@
extern struct machine_desc *setup_machine_fdt(void *dt);
extern void copy_fdt(void);
-extern void metag_dt_memblock_reserve(void);
#endif /* __ASM_METAG_PROM_H */