提交 b28fba2a 编写于 作者: O Olof Johansson

ARM: tegra: tegra_rtc_read_ms should be static

Not exported and not used externally.
Signed-off-by: NOlof Johansson <olof@lixom.net>
Acked-by: NStephen Warren <swarren@nvidia.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
上级 74ae6c3c
...@@ -133,7 +133,7 @@ static void notrace tegra_update_sched_clock(void) ...@@ -133,7 +133,7 @@ static void notrace tegra_update_sched_clock(void)
* tegra_rtc driver could be executing to avoid race conditions * tegra_rtc driver could be executing to avoid race conditions
* on the RTC shadow register * 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 ms = readl(rtc_base + RTC_MILLISECONDS);
u32 s = readl(rtc_base + RTC_SHADOW_SECONDS); u32 s = readl(rtc_base + RTC_SHADOW_SECONDS);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册