diff options
author | Olof Johansson <olof@lixom.net> | 2011-09-08 20:50:03 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-10-13 17:08:28 -0400 |
commit | b28fba2a4e631de99b25a9d4b2d1ba1c65f86f53 (patch) | |
tree | ccc53eabf5fdabc342fc5c6f275d03dd513e8677 /arch/arm/mach-tegra | |
parent | 74ae6c3cc5e58df6ff54e7d9971341ba96efaf41 (diff) |
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')
-rw-r--r-- | arch/arm/mach-tegra/timer.c | 2 |
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) | |||
133 | * tegra_rtc driver could be executing to avoid race conditions | 133 | * tegra_rtc driver could be executing to avoid race conditions |
134 | * on the RTC shadow register | 134 | * on the RTC shadow register |
135 | */ | 135 | */ |
136 | u64 tegra_rtc_read_ms(void) | 136 | static u64 tegra_rtc_read_ms(void) |
137 | { | 137 | { |
138 | u32 ms = readl(rtc_base + RTC_MILLISECONDS); | 138 | u32 ms = readl(rtc_base + RTC_MILLISECONDS); |
139 | u32 s = readl(rtc_base + RTC_SHADOW_SECONDS); | 139 | u32 s = readl(rtc_base + RTC_SHADOW_SECONDS); |