diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-04-25 15:03:15 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 08:44:30 +0200 |
commit | 9bbef18750b34fa1d476e46a7833867b49f856c4 (patch) | |
tree | 58dc8ec69a7cd45d3fd3739c494d7968aaa29d8d /arch/arm/mach-imx/mx27.h | |
parent | ARM: imx: use dynamic mapping for CCM (diff) | |
download | linux-9bbef18750b34fa1d476e46a7833867b49f856c4.tar.xz linux-9bbef18750b34fa1d476e46a7833867b49f856c4.zip |
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/mx27.h')
-rw-r--r-- | arch/arm/mach-imx/mx27.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/mx27.h b/arch/arm/mach-imx/mx27.h index 8a65f192e7f3..f96bb2642677 100644 --- a/arch/arm/mach-imx/mx27.h +++ b/arch/arm/mach-imx/mx27.h @@ -231,8 +231,4 @@ #define MX27_DMA_REQ_SDHC3 36 #define MX27_DMA_REQ_NFC 37 -#ifndef __ASSEMBLY__ -extern int mx27_revision(void); -#endif - #endif /* ifndef __MACH_MX27_H__ */ |