commit | 0e350f81e1ca7d103fd9685725f9c4b0d9e80632 | [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 | e259d6a320d0280f02966b8bc35316fb136c5e24 [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>