]> git.karo-electronics.de Git - karo-tx-linux.git/commit
OMAP2 clock: move all static functions to the top of the file
authorPaul Walmsley <paul@pwsan.com>
Wed, 27 Jan 2010 03:13:04 +0000 (20:13 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 27 Jan 2010 03:13:04 +0000 (20:13 -0700)
commit4b1f76ed4f8012929494261eb6923b3c98554a9a
tree16dc0c3c443fdf01791519ea7590f94b4868fa56
parentdf791b3ebf181b3eece9c770565fcf0844bbd7cb
OMAP2 clock: move all static functions to the top of the file

Move static functions to the top of the file and ensure that their names
are prefixed with an underscore to conform with the practice in the newer
OMAP clock code files.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock.c