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

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)