Browse Source

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>
James Hogan 12 years ago
parent
commit
2742c52655
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/metag/include/asm/prom.h

+ 0 - 1
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 */