]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - rtc/ds1306.c
* Patch by Jian Zhang, 3 Feb 2004:
[karo-tx-uboot.git] / rtc / ds1306.c
index 20f1a50856de2a574c5d0bac15bcd92855ae2d73..e6694615edd72b898de4f45614cf28f2269794ce 100644 (file)
@@ -74,10 +74,6 @@ static unsigned char bcd2bin (unsigned char c);
 static unsigned char rtc_read (unsigned char reg);
 static void rtc_write (unsigned char reg, unsigned char val);
 
-
-
-
-
 /* ************************************************************************* */
 #ifdef CONFIG_SXNI855T         /* !!! SHOULD BE CHANGED TO NEW CODE !!! */
 
@@ -306,10 +302,6 @@ void rtc_reset (void)
 #else  /* not CONFIG_SXNI855T */
 /* ************************************************************************* */
 
-
-
-
-
 /* read clock time from DS1306 and return it in *tmp */
 void rtc_get (struct rtc_time *tmp)
 {