patch-2.4.21 linux-2.4.21/include/asm-ppc/mc146818rtc.h

Next file: linux-2.4.21/include/asm-ppc/md.h
Previous file: linux-2.4.21/include/asm-ppc/machdep.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc/mc146818rtc.h linux-2.4.21/include/asm-ppc/mc146818rtc.h
@@ -1,7 +1,4 @@
 /*
- * BK Id: SCCS/s.mc146818rtc.h 1.5 05/17/01 18:14:25 cort
- */
-/*
  * Machine dependent access functions for RTC registers.
  */
 #ifdef __KERNEL__
@@ -28,7 +25,9 @@
 outb_p((val),RTC_PORT(1)); \
 })
 
+#ifndef RTC_IRQ
 #define RTC_IRQ 8
+#endif
 
 #endif /* __ASM_PPC_MC146818RTC_H */
 #endif /* __KERNEL__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)