commit | f384fbfd77e2ce3c9bb0567991dece9728fa96ff | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Mon Jun 23 00:22:08 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Jul 18 17:53:23 2014 -0400 |
tree | 05af9f8bb5f3a0c4cc03c7624880d6ee7927b93c | |
parent | 2922317059e8271ff7721f52392c630ae2ca0042 [diff] |
common: commands: make commands static Since most commands are not public, make them static. This prevents warnings that no common prototype is available. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>