arch/m68knommu/kernel/time.c: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Thu, 2 Jul 2009 04:08:03 +0000 (14:08 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Sep 2009 23:43:31 +0000 (09:43 +1000)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/kernel/time.c

index d182b2f..c2aa717 100644 (file)
@@ -69,7 +69,7 @@ static unsigned long read_rtc_mmss(void)
        if ((year += 1900) < 1970)
                year += 100;
 
-       return  mktime(year, mon, day, hour, min, sec);;
+       return  mktime(year, mon, day, hour, min, sec);
 }
 
 unsigned long read_persistent_clock(void)