commit | 60c3f65191d077dc4f69fca8eca39fb47f72d8b0 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Tue Jan 26 20:13:11 2010 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Fri Jan 29 10:14:22 2010 -0700 |
tree | 10ffc764b064993a5d3c9aa973b844fea1c83240 | |
parent | feec1277a5c599ebca6217bc6bb9f6410e84793b [diff] |
OMAP3 DPLL: reorganize static functions Move all static functions up to the top of the file to match the practice in other OMAP clock code. Make omap3_noncore_dpll_program() static (noted by sparse) and prepend an underscore to the function name to mark that it is file-local. Signed-off-by: Paul Walmsley <paul@pwsan.com>