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>
Thu, 13 Oct 2011 21:08:30 +0000 (14:08 -0700)
commit6686c733b82ff68197382785a59521652d35fc1b
tree896f4e5eb366530dcf1df546ce1fd6baab904b4c
parentfdb684ac1c6ea93702891c43fd2ff8aadd7f2868
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