From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Date: Tue, 06 Apr 2004 22:37:48 +0000 Subject: Re: [PATCH] don't offer GEN_RTC on ia64 Message-Id: <200404061637.48475.bjorn.helgaas@hp.com> List-Id: References: <200404061622.49260.bjorn.helgaas@hp.com> <20040406223416.GH31152@smtp.west.cox.net> In-Reply-To: <20040406223416.GH31152@smtp.west.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tom Rini Cc: Andrew Morton , p_gortmaker@yahoo.com, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org On Tuesday 06 April 2004 4:34 pm, Tom Rini wrote: > On Tue, Apr 06, 2004 at 04:22:49PM -0600, Bjorn Helgaas wrote: > > > gen_rtc.c doesn't work on ia64 (we don't have asm/rtc.h, for starters), > > so don't offer it there. > > Why not provide asm/rtc.h and kill off drivers/char/efirtc.c instead? :) Yeah, I was afraid someone would suggest that :-) I'd actually like to do that, but that's a longer-term project. And I don't know the history behind efi_rtc, so maybe there's a good reason for it being separate. (Actually, it looks to me like gen_rtc.c ought to be killed off as well, with both being folded into rtc.c.)