projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ae6c3
)
ARM: tegra: tegra_rtc_read_ms should be static
author
Olof Johansson
<olof@lixom.net>
Fri, 9 Sep 2011 00:50:03 +0000
(17:50 -0700)
committer
Olof Johansson
<olof@lixom.net>
Thu, 13 Oct 2011 21:08:28 +0000
(14:08 -0700)
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>
arch/arm/mach-tegra/timer.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-tegra/timer.c
b/arch/arm/mach-tegra/timer.c
index 4d6759a0249828806609518b1b3b22a84c069b6c..e2272d263a83bd8bc98970a1d38329fe209db5d2 100644
(file)
--- 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);