From: Al Viro Date: Tue, 6 Sep 2005 06:35:41 +0000 (-0700) Subject: [SPARC64]: Kconfig fix (GEN_RTC dependencies) X-Git-Tag: v2.6.14-rc1~753^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f2f761e1ea3923952e31cce2cdb7d65f450fbd;p=pandora-kernel.git [SPARC64]: Kconfig fix (GEN_RTC dependencies) Yet another architecture not coverd by GEN_RTC - sparc64 never picked it until now and it doesn't have asm/rtc.h to go with it, so it wouldn't compile anyway (or have these ioctls in the user-visible headers, for that matter). FWIW, I'm very tempted to introduce ARCH_HAS_GEN_RTC and have it set in arch/*/Kconfig for architectures that know what to do with this stuff - for something supposedly generic the list of architectures where it doesn't work is getting too long... Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed