The patch titled
char: use SGI_HAS_DS1286 for SGI_DS1286 depends
has been removed from the -mm tree. Its filename was
char-use-sgi_has_ds1286-for-sgi_ds1286-depends.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
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
@@ -765,7 +765,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-scsi-misc.patch
git-watchdog.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