summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-sh03/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/mach-sh03/rtc.c')
-rw-r--r--arch/sh/boards/mach-sh03/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-sh03/rtc.c b/arch/sh/boards/mach-sh03/rtc.c
index 7fb474844a2d..bc6cf995128c 100644
--- a/arch/sh/boards/mach-sh03/rtc.c
+++ b/arch/sh/boards/mach-sh03/rtc.c
@@ -120,7 +120,7 @@ static int set_rtc_mmss(struct rtc_time *tm)
return retval;
}
-int sh03_rtc_settimeofday(struct device *dev, struct rtc_time *tm)
+static int sh03_rtc_settimeofday(struct device *dev, struct rtc_time *tm)
{
return set_rtc_mmss(tm);
}