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

    arch/m68k/platform/68360/config.c: In function ‘hw_tick’:
    arch/m68k/platform/68360/config.c:55:2: error: implicit declaration of function ‘arch_timer_interrupt’
    arch/m68k/platform/68360/config.c: At top level:
    arch/m68k/platform/68360/config.c:64: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:28 +10:00
..
68EZ328 m68knommu: move and fix the 68VZ328 platform bootlogo.h 2012-04-16 15:11:04 +10:00
68VZ328 m68knommu: move and fix the 68VZ328 platform bootlogo.h 2012-04-16 15:11:04 +10:00
68328 m68knommu: fix 68328 local setting of timer interrupt handler 2012-06-12 11:58:27 +10:00
68360 m68knommu: fix 68360 local setting of timer interrupt handler 2012-06-12 11:58:28 +10:00
coldfire Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal 2012-05-23 18:11:45 -07:00
Makefile m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00