]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a1e1ac672945b01feb65f0a2545f79ece777ad2
tree48c872a9338bfa05ab78ec7cb073d4b9e5c805cd
parentc55e3c78ae5eb27c8308f9358dd4a3e829472734
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