diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-09-25 21:30:42 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-21 09:15:06 +0800 |
commit | 7655fe53f4d39379d3f619e1ed49c79aba4d319b (patch) | |
tree | e33b9a0ba8259af788f8ee65ed8b9ed8025ea886 /arch/arm/mach-imx | |
parent | a28875462bd493fc1bb041c21f811b4a0577a497 (diff) | |
download | op-kernel-dev-7655fe53f4d39379d3f619e1ed49c79aba4d319b.zip op-kernel-dev-7655fe53f4d39379d3f619e1ed49c79aba4d319b.tar.gz |
ARM: imx: remove stale mx53_display_revision() declaration
The mx53_display_revision() declaration in common.h is stale and used
nowhere, so remove it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index f9d0114..d04ed7e 100644 --- a/arch/arm/mach-imx/common.h +++ b/arch/arm/mach-imx/common.h @@ -73,7 +73,6 @@ extern void mxc_restart(enum reboot_mode, const char *); extern void mxc_arch_reset_init(void __iomem *); extern void mxc_arch_reset_init_dt(void); extern int mx53_revision(void); -extern int mx53_display_revision(void); extern void imx_set_aips(void __iomem *); extern int mxc_device_init(void); void imx_set_soc_revision(unsigned int rev); |