On Mon, Nov 07, 2005 at 09:03:57PM +0100, Adrian Bunk wrote: > This patch moves the rtc_interrupt() prototype to rtc.h and removes the > prototypes from C files. > > It also renames static rtc_interrupt() functions in > arch/arm/mach-integrator/time.c and arch/sh64/kernel/time.c to avoid > compile problems. > > > Signed-off-by: Adrian Bunk > Signed-off-by: Paul Gortmaker > > --- > > This patch was already sent on: > - 3 Nov 2005 > > arch/arm/mach-integrator/time.c | 5 +++-- > arch/i386/kernel/time_hpet.c | 2 -- > arch/sh64/kernel/time.c | 7 ++++--- > arch/x86_64/kernel/time.c | 2 -- > include/linux/rtc.h | 3 +++ > 5 files changed, 10 insertions(+), 9 deletions(-) > It's fine with me if Andrew wants it. There's no functional changes for sh64 anyways, and this doesn't break anything there either. Acked-by: Paul Mundt