summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-29 06:27:55 +0100
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 14:42:19 +0200
commit1bff2d76ac88d59e45d2ba0d1103be210a9eca11 (patch)
tree389d44f15c36acd86cdb3ab74eb977d47166bfd4 /arch/arm/mach-mxs/include
parentARM: mxs: remove mm.c (diff)
downloadlinux-1bff2d76ac88d59e45d2ba0d1103be210a9eca11.tar.xz
linux-1bff2d76ac88d59e45d2ba0d1103be210a9eca11.zip
ARM: mxs: move mxs_get_ocotp() into mach-mxs.c
All the users of mxs_get_ocotp() are in mach-mxs.c. Move the function into mach-mxs.c, make it a static function, and then remove ocotp.c. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include')
-rw-r--r--arch/arm/mach-mxs/include/mach/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h
index 79cb572c092d..aca982c6d43f 100644
--- a/arch/arm/mach-mxs/include/mach/common.h
+++ b/arch/arm/mach-mxs/include/mach/common.h
@@ -11,7 +11,6 @@
#ifndef __MACH_MXS_COMMON_H__
#define __MACH_MXS_COMMON_H__
-extern const u32 *mxs_get_ocotp(void);
extern int mxs_saif_clkmux_select(unsigned int clkmux);
extern int mx23_clocks_init(void);