linux/arch/m68k/platform/68328
Greg Ungerer dc5588ae3c m68knommu: fix 68328 local setting of timer interrupt handler
Compiling for 68328 based targets fails with:

    arch/m68k/platform/68328/timers.c: In function ‘hw_tick’:
    arch/m68k/platform/68328/timers.c:65:2: error: implicit declaration of function ‘arch_timer_interrupt’
    arch/m68k/platform/68328/timers.c: At top level:
    arch/m68k/platform/68328/timers.c:102:6: error: conflicting types for ‘hw_timer_init’
    arch/m68k/include/asm/machdep.h:36:13: note: previous declaration of ‘hw_timer_init’ was here

Changes made to hw_timer_init() didn't get updated in the 68328 timer code.
So process and call the "handler" arg that is now passed into that
hw_timer_init() function.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2012-06-12 11:58:27 +10:00
..
bootlogo.h m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
config.c Disintegrate asm/system.h for M68K 2012-03-28 18:30:02 +01:00
entry.S m68k: add TIF_NOTIFY_RESUME and handle it. 2012-05-21 23:59:47 -04:00
head-de2.S
head-pilot.S m68knommu: remove no longer used rom_length from Palm/Pilot start up code 2011-12-30 10:20:15 +10:00
head-ram.S
head-rom.S m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
ints.c m68knommu: remove reduntant definitions of _ramvec 2012-03-05 09:43:03 +10:00
Makefile m68knommu: fix broken boot logo inclusion 2011-12-30 10:17:34 +10:00
romvec.S
timers.c m68knommu: fix 68328 local setting of timer interrupt handler 2012-06-12 11:58:27 +10:00