summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/m41t94.c
diff options
context:
space:
mode:
authorSandeep Paulraj <s-paulraj@ti.com>2009-10-28 19:16:43 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-11-27 16:26:11 -0600
commit9829cabbaa0474e94075bf7d62c99bdba996518b (patch)
tree8004702fce92159118a5c46b436c8602893c64a2 /drivers/rtc/m41t94.c
parentd5e2d625c74c84aa419ba7fa0c81bad93fc69a60 (diff)
downloadblackbird-obmc-uboot-9829cabbaa0474e94075bf7d62c99bdba996518b.tar.gz
blackbird-obmc-uboot-9829cabbaa0474e94075bf7d62c99bdba996518b.zip
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 <s-paulraj@ti.com>
Diffstat (limited to 'drivers/rtc/m41t94.c')
-rw-r--r--drivers/rtc/m41t94.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/m41t94.c b/drivers/rtc/m41t94.c
index 02b41d91b1..5b665bb013 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;
}
OpenPOWER on IntegriCloud