summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mx3x.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2015-04-25 21:03:15 +0800
committerShawn Guo <shawn.guo@linaro.org>2015-06-03 14:44:30 +0800
commit9bbef18750b34fa1d476e46a7833867b49f856c4 (patch)
tree58dc8ec69a7cd45d3fd3739c494d7968aaa29d8d /arch/arm/mach-imx/mx3x.h
parent5ab96a8df094b87673b67e4dce70e31248d663a3 (diff)
downloadlinux-9bbef18750b34fa1d476e46a7833867b49f856c4.tar.bz2
ARM: imx: move revision definitions and declarations into a header
The revision definitions and declarations are widely used by clock drivers. As a step of moving clock drivers out of arch/arm/mach-imx, let's create header include/soc/imx/revision.h to accommodate them. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/mx3x.h')
-rw-r--r--arch/arm/mach-imx/mx3x.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-imx/mx3x.h b/arch/arm/mach-imx/mx3x.h
index 96fb4fbc8ad7..6fec6114c2f1 100644
--- a/arch/arm/mach-imx/mx3x.h
+++ b/arch/arm/mach-imx/mx3x.h
@@ -185,11 +185,4 @@
#define MX3x_PROD_SIGNATURE 0x1 /* For MX31 */
-/* Mandatory defines used globally */
-
-#if !defined(__ASSEMBLY__) && !defined(__MXC_BOOT_UNCOMPRESS)
-extern int mx35_revision(void);
-extern int mx31_revision(void);
-#endif
-
#endif /* ifndef __MACH_MX3x_H__ */