OSDN Git Service

input/atari: Use the correct mouse interrupt hook
authorMichael Schmitz <schmitz@biophys.uni-duesseldorf.de>
Tue, 16 Dec 2008 20:26:03 +0000 (21:26 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 19 May 2011 16:19:11 +0000 (18:19 +0200)
commit7786908c3c1bb38dcc5cd2c037251c05507eef16
tree48c872a9338bfa05ab78ec7cb073d4b9e5c805cd
parent79abeed6ee93231d494c191a9251c0845bd71fdd
input/atari: Use the correct mouse interrupt hook

The Atari keyboard driver calls atari_mouse_interrupt_hook if it's set, not
atari_input_mouse_interrupt_hook. Fix below.

[geert] Killed off atari_mouse_interrupt_hook completely, after fixing another
incorrect assignment in atarimouse.c.

Signed-off-by: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/atari/atakeyb.c
arch/m68k/include/asm/atarikb.h
drivers/input/mouse/atarimouse.c