From 2742c52655cff867fbf55e2e9cb993b8f965b7d7 Mon Sep 17 00:00:00 2001
From: James Hogan <james.hogan@imgtec.com>
Date: Wed, 20 Feb 2013 14:19:54 +0000
Subject: [PATCH] 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>
---
 arch/metag/include/asm/prom.h | 1 -
 1 file changed, 1 deletion(-)

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 */