Fix for Void function returning value in sbc35-a9g20
authorSandeep Paulraj <s-paulraj@ti.com>
Wed, 28 Oct 2009 23:16:43 +0000 (19:16 -0400)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 27 Nov 2009 22:26:11 +0000 (16:26 -0600)
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>
drivers/rtc/m41t94.c

index 02b41d9..5b665bb 100644 (file)
@@ -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;
 }