summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/timer.c
diff options
context:
space:
mode:
authorOlof Johansson2011-09-09 02:50:03 +0200
committerOlof Johansson2011-10-13 23:08:28 +0200
commitb28fba2a4e631de99b25a9d4b2d1ba1c65f86f53 (patch)
treeccc53eabf5fdabc342fc5c6f275d03dd513e8677 /arch/arm/mach-tegra/timer.c
parentARM: tegra: tegra_init_cache should be static (diff)
downloadkernel-qcow2-linux-b28fba2a4e631de99b25a9d4b2d1ba1c65f86f53.tar.gz
kernel-qcow2-linux-b28fba2a4e631de99b25a9d4b2d1ba1c65f86f53.tar.xz
kernel-qcow2-linux-b28fba2a4e631de99b25a9d4b2d1ba1c65f86f53.zip
ARM: tegra: tegra_rtc_read_ms should be static
Not exported and not used externally. Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-tegra/timer.c')
-rw-r--r--arch/arm/mach-tegra/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/timer.c b/arch/arm/mach-tegra/timer.c
index 4d6759a02498..e2272d263a83 100644
--- a/arch/arm/mach-tegra/timer.c
+++ b/arch/arm/mach-tegra/timer.c
@@ -133,7 +133,7 @@ static void notrace tegra_update_sched_clock(void)
* tegra_rtc driver could be executing to avoid race conditions
* on the RTC shadow register
*/
-u64 tegra_rtc_read_ms(void)
+static u64 tegra_rtc_read_ms(void)
{
u32 ms = readl(rtc_base + RTC_MILLISECONDS);
u32 s = readl(rtc_base + RTC_SHADOW_SECONDS);