patch-2.4.19 linux-2.4.19/include/asm-arm/arch-sa1100/time.h
Next file: linux-2.4.19/include/asm-arm/arch-sa1100/uncompress.h
Previous file: linux-2.4.19/include/asm-arm/arch-sa1100/system3.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Fri Aug  2 17:39:45 2002
-  Orig file: 
linux-2.4.18/include/asm-arm/arch-sa1100/time.h
-  Orig date: 
Sun Aug 12 11:14:00 2001
diff -urN linux-2.4.18/include/asm-arm/arch-sa1100/time.h linux-2.4.19/include/asm-arm/arch-sa1100/time.h
@@ -10,7 +10,7 @@
  */
 
 
-#define RTC_DEF_DIVIDER		32768 - 1
+#define RTC_DEF_DIVIDER		(32768 - 1)
 #define RTC_DEF_TRIM            0
 
 static unsigned long __init sa1100_get_rtc_time(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)