]> git.ipfire.org Git - people/ms/u-boot.git/commit
common: commands: make commands static
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sun, 22 Jun 2014 22:22:08 +0000 (00:22 +0200)
committerTom Rini <trini@ti.com>
Fri, 18 Jul 2014 21:53:23 +0000 (17:53 -0400)
commit0e350f81e1ca7d103fd9685725f9c4b0d9e80632
tree05af9f8bb5f3a0c4cc03c7624880d6ee7927b93c
parente259d6a320d0280f02966b8bc35316fb136c5e24
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>
common/cmd_bdinfo.c
common/cmd_cache.c
common/cmd_eeprom.c
common/cmd_ext2.c
common/cmd_fs.c
common/cmd_i2c.c
common/cmd_part.c
common/cmd_pxe.c
common/cmd_source.c
common/cmd_ubi.c
common/cmd_ubifs.c