From: Bjorn Helgaas <bjorn.helgaas@hp.com>

gen_rtc.c doesn't work on ia64 (we don't have asm/rtc.h, for starters), so
don't offer it there.


---

 25-akpm/drivers/char/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/char/Kconfig~dont-offer-gen_rtc-on-ia64 drivers/char/Kconfig
--- 25/drivers/char/Kconfig~dont-offer-gen_rtc-on-ia64	Tue Apr  6 15:58:26 2004
+++ 25-akpm/drivers/char/Kconfig	Tue Apr  6 15:58:26 2004
@@ -768,7 +768,7 @@ config RTC
 
 config GEN_RTC
 	tristate "Generic /dev/rtc emulation"
-	depends on RTC!=y
+	depends on RTC!=y && !IA64
 	---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

_