aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-09-25 09:30:42 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-10-20 21:15:06 -0400
commit7655fe53f4d39379d3f619e1ed49c79aba4d319b (patch)
treee33b9a0ba8259af788f8ee65ed8b9ed8025ea886 /arch/arm/mach-imx
parenta28875462bd493fc1bb041c21f811b4a0577a497 (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.h1
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 *);
73extern void mxc_arch_reset_init(void __iomem *); 73extern void mxc_arch_reset_init(void __iomem *);
74extern void mxc_arch_reset_init_dt(void); 74extern void mxc_arch_reset_init_dt(void);
75extern int mx53_revision(void); 75extern int mx53_revision(void);
76extern int mx53_display_revision(void);
77extern void imx_set_aips(void __iomem *); 76extern void imx_set_aips(void __iomem *);
78extern int mxc_device_init(void); 77extern int mxc_device_init(void);
79void imx_set_soc_revision(unsigned int rev); 78void imx_set_soc_revision(unsigned int rev);