]> git.baikalelectronics.ru Git - kernel.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)
commitc6879b2dc23883d50666107c891fb476762a413b
tree389d44f15c36acd86cdb3ab74eb977d47166bfd4
parent579080cc1444b4ea6d8def117c9011bcfb3229b3
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]