]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ARM: mxs: move mxs_get_ocotp() into mach-mxs.c
authorShawn Guo <shawn.guo@linaro.org>
Fri, 29 Mar 2013 05:27:55 +0000 (13:27 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 12:42:19 +0000 (20:42 +0800)
commit1bff2d76ac88d59e45d2ba0d1103be210a9eca11
tree389d44f15c36acd86cdb3ab74eb977d47166bfd4
parent0265b6cbfe77f0064989852a2b52d6572957525c
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>
arch/arm/mach-mxs/Makefile
arch/arm/mach-mxs/include/mach/common.h
arch/arm/mach-mxs/mach-mxs.c
arch/arm/mach-mxs/ocotp.c [deleted file]