aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-omap3/sys_proto.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2011-11-18 12:48:02 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-06 23:59:38 +0100
commit50e7ff0369fc2720eb72feb50cce41d54dd1b2d8 (patch)
treea26e33ca6217f6c53442c490609b59b48d12881b /arch/arm/include/asm/arch-omap3/sys_proto.h
parent3bd8437dcce211bba51b306a9b71f9eec4a474c2 (diff)
OMAP3: Remove get_mem_type prototype
This function doesn't exist for omap3 Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-omap3/sys_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h
index 995e7cb57..9e644103e 100644
--- a/arch/arm/include/asm/arch-omap3/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap3/sys_proto.h
@@ -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);