[kernel] r6692 - dists/sid/linux-2.6/debian/patches

Martin Michlmayr tbm at costa.debian.org
Thu May 25 12:09:42 UTC 2006


Author: tbm
Date: Thu May 25 12:09:41 2006
New Revision: 6692

Modified:
   dists/sid/linux-2.6/debian/patches/mips-dec-rtc.patch

Log:
include the .h change


Modified: dists/sid/linux-2.6/debian/patches/mips-dec-rtc.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/mips-dec-rtc.patch	(original)
+++ dists/sid/linux-2.6/debian/patches/mips-dec-rtc.patch	Thu May 25 12:09:41 2006
@@ -10,6 +10,21 @@
 Signed-off-by: Martin Michlmayr <tbm at cyrius.com>
 
 
+--- a/include/linux/mc146818rtc.h	2006-03-05 20:35:09.000000000 +0100
++++ b/include/linux/mc146818rtc.h	2006-03-05 19:51:19.000000000 +0100
+@@ -89,4 +89,12 @@
+ # define RTC_VRT 0x80		/* valid RAM and time */
+ /**********************************************************************/
+ 
++#ifndef RTC_IO_EXTENT
++#define RTC_IO_EXTENT	0x8
++#endif
++
++#ifndef RTC_IOMAPPED
++#define RTC_IOMAPPED	1	/* Default to I/O mapping. */
++#endif
++
+ #endif /* _MC146818RTC_H */
 --- a/drivers/char/rtc.c	2006-03-05 20:35:03.000000000 +0100
 +++ b/drivers/char/rtc.c	2006-05-24 18:10:33.000000000 +0200
 @@ -46,13 +46,12 @@



More information about the Kernel-svn-changes mailing list