From 5de78ee0d80900b7a872de3627e799218ffcdc81 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 18 Jun 2008 01:30:57 +0300 Subject: [PATCH] --- yaml --- r: 106819 b: refs/heads/master c: 2b7bf930ae762d3124317e36f26a7567dc04e835 h: refs/heads/master i: 106817: 247e95cf647760cb527b98bc22cd3832dbb76d5b 106815: bc74c20dbe8c5eab14b4a7b00ff35a8422c24b23 v: v3 --- [refs] | 2 +- trunk/arch/sh/boards/dreamcast/rtc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bf3689b327ee..77ceb4d7c185 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 306cfd630a4d121cf4e08b894d8b4c4cf106e57e +refs/heads/master: 2b7bf930ae762d3124317e36f26a7567dc04e835 diff --git a/trunk/arch/sh/boards/dreamcast/rtc.c b/trunk/arch/sh/boards/dreamcast/rtc.c index b3a876a3b859..a7433685798d 100644 --- a/trunk/arch/sh/boards/dreamcast/rtc.c +++ b/trunk/arch/sh/boards/dreamcast/rtc.c @@ -30,7 +30,7 @@ * * Grabs the current RTC seconds counter and adjusts it to the Unix Epoch. */ -void aica_rtc_gettimeofday(struct timespec *ts) +static void aica_rtc_gettimeofday(struct timespec *ts) { unsigned long val1, val2; @@ -54,7 +54,7 @@ void aica_rtc_gettimeofday(struct timespec *ts) * * Adjusts the given @tv to the AICA Epoch and sets the RTC seconds counter. */ -int aica_rtc_settimeofday(const time_t secs) +static int aica_rtc_settimeofday(const time_t secs) { unsigned long val1, val2; unsigned long adj = secs + TWENTY_YEARS;