Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b28fba2a authored by Olof Johansson's avatar Olof Johansson
Browse files

ARM: tegra: tegra_rtc_read_ms should be static



Not exported and not used externally.

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 74ae6c3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);