]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: tegra: cpu-tegra: unexport two functions
authorOlof Johansson <olof@lixom.net>
Mon, 10 Oct 2011 04:57:04 +0000 (21:57 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 10 Oct 2011 18:02:47 +0000 (11:02 -0700)
commiteed49ab4868c96f3fc3e517b394181ca5e599192
tree12580134c4ee7c29830232291043b395ab6469d1
parent43f5a33a89f542ae51e796fe218c8078ac97ce62
ARM: tegra: cpu-tegra: unexport two functions

Two static functions that are not exported:

arch/arm/mach-tegra/cpu-tegra.c:59:5: warning: symbol 'tegra_verify_speed' was not declared. Should it be static?
arch/arm/mach-tegra/cpu-tegra.c:64:14: warning: symbol 'tegra_getspeed' was not declared. Should it be static?

Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-tegra/cpu-tegra.c