Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

Shawn Guo 7655fe53 a2887546

-1
-1
arch/arm/mach-imx/common.h
··· 73 73 extern void mxc_arch_reset_init(void __iomem *); 74 74 extern void mxc_arch_reset_init_dt(void); 75 75 extern int mx53_revision(void); 76 - extern int mx53_display_revision(void); 77 76 extern void imx_set_aips(void __iomem *); 78 77 extern int mxc_device_init(void); 79 78 void imx_set_soc_revision(unsigned int rev);