summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-08-13 06:10:29 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2013-10-21 01:12:51 (GMT)
commit3f75978b3742157853618c5c6dd4a5f49aa950b1 (patch)
treeb8a87c92a3e258034cebe93a42f4cf47fba0b354 /arch/arm/mach-imx/common.h
parentbfefdff8f91aa0a9ff1291d18d54498af276a6e5 (diff)
downloadlinux-fsl-qoriq-3f75978b3742157853618c5c6dd4a5f49aa950b1.tar.xz
ARM: imx6q: use common soc revision helpers
It calls imx_set_soc_revision() to set up soc revision in imx6q_init_revision(), and replaces all the occurrences of imx6q_revision() with common helper imx_get_soc_revision(). Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-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 6ac25f6..cac1287 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 imx6q_revision(void);
extern int mx53_display_revision(void);
extern void imx_set_aips(void __iomem *);
extern int mxc_device_init(void);