diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2014-05-20 15:09:42 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-07-18 16:10:10 +0800 |
commit | 364b28a574c4d4cb673d99ff1c59e9f2ddbf57f9 (patch) | |
tree | c389fee5c829762bf7319dc62b2db08908526825 /arch/arm/mach-imx/common.h | |
parent | c745cae7027cf9eb96bdc2fd751bd03a196362e5 (diff) |
ARM: imx5: clean function declarations in mx51.h
The mx51_display_revision() is a dead declaration. Remove it. Also,
move mx51_revision() into common.h.
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r-- | arch/arm/mach-imx/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 53ee5692610c..5aaea2bcf4f3 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -64,6 +64,7 @@ void mxc_set_cpu_type(unsigned int type); void mxc_restart(enum reboot_mode, const char *); void mxc_arch_reset_init(void __iomem *); void mxc_arch_reset_init_dt(void); +int mx51_revision(void); int mx53_revision(void); void imx_set_aips(void __iomem *); int mxc_device_init(void); |