浏览代码

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 13 年之前
父节点
当前提交
2742c52655
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 */