Re: [PATCH 10/13] m68k: remove timer_interrupt() function
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2020-10-12 13:15:35
Also in:
linux-m68k, lkml
Hi Arnd, On Thu, Oct 8, 2020 at 5:48 PM Arnd Bergmann [off-list ref] wrote:
This gets passed to a number of init functions, but is ignored everywhere, so remove the function and change the mach_sched_init callback to take no arguments. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> And finally (for Amiga and Atari/ARAnyM): Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
quoted hunk ↗ jump to hunk
--- a/arch/m68k/include/asm/machdep.h +++ b/arch/m68k/include/asm/machdep.h@@ -33,8 +33,7 @@ extern void (*mach_l2_flush) (int); extern void (*mach_beep) (unsigned int, unsigned int); /* Hardware clock functions */ -extern void hw_timer_init(irq_handler_t handler); -extern unsigned long hw_timer_offset(void);
Yeah, this never-used prototype, which entered through the nommu merge,
can go. But that's not really related to this patch.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel