diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-02-20 14:19:54 +0000 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-03-02 20:11:17 +0000 |
commit | 2742c52655cff867fbf55e2e9cb993b8f965b7d7 (patch) | |
tree | e0e13e15d11f5e211fe3f43d0e6ecfc9f0a45a63 | |
parent | 2270e6d30bb6601ffd42e9d972442df0499ad547 (diff) | |
download | linux-2742c52655cff867fbf55e2e9cb993b8f965b7d7.tar.bz2 |
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>
-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 @@ 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 */ |