The patch titled
char: use SGI_HAS_DS1286 for SGI_DS1286 depends
has been added to the -mm tree. Its filename is
char-use-sgi_has_ds1286-for-sgi_ds1286-depends.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: char: use SGI_HAS_DS1286 for SGI_DS1286 depends
From: Thomas Bogendoerfer <[EMAIL PROTECTED]>
Use SGI_HAS_DS1286 for SGI_DS1286 depends
Signed-off-by: Thomas Bogendoerfer <[EMAIL PROTECTED]>
Cc: Ralf Baechle <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/char/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN drivers/char/Kconfig~char-use-sgi_has_ds1286-for-sgi_ds1286-depends
drivers/char/Kconfig
--- a/drivers/char/Kconfig~char-use-sgi_has_ds1286-for-sgi_ds1286-depends
+++ a/drivers/char/Kconfig
@@ -791,7 +791,7 @@ config JS_RTC
config SGI_DS1286
tristate "SGI DS1286 RTC support"
- depends on SGI_IP22
+ depends on SGI_HAS_DS1286
help
If you say Y here and create a character special file /dev/rtc with
major number 10 and minor number 135 using mknod ("man mknod"), you
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-mips.patch
serial-use-sgi_has_zilog-for-ip22_zilog-depends.patch
char-use-sgi_has_ds1286-for-sgi_ds1286-depends.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html