From: Sandeep Paulraj Date: Wed, 28 Oct 2009 23:16:43 +0000 (-0400) Subject: Fix for Void function returning value in sbc35-a9g20 X-Git-Tag: v2010.03-rc1~200^2~23^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9829cabbaa0474e94075bf7d62c99bdba996518b;p=kernel%2Fu-boot.git Fix for Void function returning value in sbc35-a9g20 Void function was returning 0 in the m41t94 rtc driver. This makes it similar to m41t62 rtc driver. Signed-off-by: Sandeep Paulraj --- diff --git a/drivers/rtc/m41t94.c b/drivers/rtc/m41t94.c index 02b41d9..5b665bb 100644 --- a/drivers/rtc/m41t94.c +++ b/drivers/rtc/m41t94.c @@ -120,5 +120,4 @@ void rtc_reset(void) * Could not be tested as the reset pin is not wired on * the sbc35-ag20 board */ - return 0; }