aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Hogan2013-02-20 08:19:54 -0600
committerJames Hogan2013-03-02 14:11:17 -0600
commit2742c52655cff867fbf55e2e9cb993b8f965b7d7 (patch)
treee0e13e15d11f5e211fe3f43d0e6ecfc9f0a45a63 /arch/metag
parent2270e6d30bb6601ffd42e9d972442df0499ad547 (diff)
downloadam43-linux-kernel-2742c52655cff867fbf55e2e9cb993b8f965b7d7.tar.gz
am43-linux-kernel-2742c52655cff867fbf55e2e9cb993b8f965b7d7.tar.xz
am43-linux-kernel-2742c52655cff867fbf55e2e9cb993b8f965b7d7.zip
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/metag')
-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 @@
19 19
20extern struct machine_desc *setup_machine_fdt(void *dt); 20extern struct machine_desc *setup_machine_fdt(void *dt);
21extern void copy_fdt(void); 21extern void copy_fdt(void);
22extern void metag_dt_memblock_reserve(void);
23 22
24#endif /* __ASM_METAG_PROM_H */ 23#endif /* __ASM_METAG_PROM_H */