diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-02-20 09:19:54 -0500 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-03-02 15:11:17 -0500 |
commit | 2742c52655cff867fbf55e2e9cb993b8f965b7d7 (patch) | |
tree | e0e13e15d11f5e211fe3f43d0e6ecfc9f0a45a63 /arch | |
parent | 2270e6d30bb6601ffd42e9d972442df0499ad547 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/metag/include/asm/prom.h b/arch/metag/include/asm/prom.h index ccac97e865d0..d2aa35d2228e 100644 --- a/arch/metag/include/asm/prom.h +++ b/arch/metag/include/asm/prom.h | |||
@@ -19,6 +19,5 @@ | |||
19 | 19 | ||
20 | extern struct machine_desc *setup_machine_fdt(void *dt); | 20 | extern struct machine_desc *setup_machine_fdt(void *dt); |
21 | extern void copy_fdt(void); | 21 | extern void copy_fdt(void); |
22 | extern void metag_dt_memblock_reserve(void); | ||
23 | 22 | ||
24 | #endif /* __ASM_METAG_PROM_H */ | 23 | #endif /* __ASM_METAG_PROM_H */ |