OMAP3: Remove get_mem_type prototype
authorTom Rini <trini@ti.com>
Fri, 18 Nov 2011 12:48:02 +0000 (12:48 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:38 +0000 (23:59 +0100)
This function doesn't exist for omap3

Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/include/asm/arch-omap3/sys_proto.h

index 995e7cb..9e64410 100644 (file)
@@ -49,7 +49,6 @@ void set_muxconf_regs(void);
 u32 get_cpu_family(void);
 u32 get_cpu_rev(void);
 u32 get_sku_id(void);
-u32 get_mem_type(void);
 u32 get_sysboot_value(void);
 u32 is_gpmc_muxed(void);
 u32 get_gpmc0_type(void);