summaryrefslogtreecommitdiff
path: root/rtc/ds1306.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtc/ds1306.c')
-rw-r--r--rtc/ds1306.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/rtc/ds1306.c b/rtc/ds1306.c
index 20f1a50856..e6694615ed 100644
--- a/rtc/ds1306.c
+++ b/rtc/ds1306.c
@@ -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)
{