diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-09-25 09:30:42 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-20 21:15:06 -0400 |
commit | 7655fe53f4d39379d3f619e1ed49c79aba4d319b (patch) | |
tree | e33b9a0ba8259af788f8ee65ed8b9ed8025ea886 /arch/arm/mach-imx | |
parent | a28875462bd493fc1bb041c21f811b4a0577a497 (diff) |
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 f9d01142a4f6..d04ed7e8d8d3 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 *); | |||
73 | extern void mxc_arch_reset_init(void __iomem *); | 73 | extern void mxc_arch_reset_init(void __iomem *); |
74 | extern void mxc_arch_reset_init_dt(void); | 74 | extern void mxc_arch_reset_init_dt(void); |
75 | extern int mx53_revision(void); | 75 | extern int mx53_revision(void); |
76 | extern int mx53_display_revision(void); | ||
77 | extern void imx_set_aips(void __iomem *); | 76 | extern void imx_set_aips(void __iomem *); |
78 | extern int mxc_device_init(void); | 77 | extern int mxc_device_init(void); |
79 | void imx_set_soc_revision(unsigned int rev); | 78 | void imx_set_soc_revision(unsigned int rev); |