aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/atarikb.h
diff options
context:
space:
mode:
authorMichael Schmitz <schmitz@biophys.uni-duesseldorf.de>2008-12-16 21:26:03 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2011-05-19 18:19:11 +0200
commit7786908c3c1bb38dcc5cd2c037251c05507eef16 (patch)
tree48c872a9338bfa05ab78ec7cb073d4b9e5c805cd /arch/m68k/include/asm/atarikb.h
parentm68k/atari: Do not use "/" in interrupt names (diff)
downloadlinux-dev-7786908c3c1bb38dcc5cd2c037251c05507eef16.tar.xz
linux-dev-7786908c3c1bb38dcc5cd2c037251c05507eef16.zip
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>
Diffstat (limited to 'arch/m68k/include/asm/atarikb.h')
-rw-r--r--arch/m68k/include/asm/atarikb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/atarikb.h b/arch/m68k/include/asm/atarikb.h
index 546e7da5804f..68f3622bf591 100644
--- a/arch/m68k/include/asm/atarikb.h
+++ b/arch/m68k/include/asm/atarikb.h
@@ -34,8 +34,6 @@ void ikbd_joystick_disable(void);
/* Hook for MIDI serial driver */
extern void (*atari_MIDI_interrupt_hook) (void);
-/* Hook for mouse driver */
-extern void (*atari_mouse_interrupt_hook) (char *);
/* Hook for keyboard inputdev driver */
extern void (*atari_input_keyboard_interrupt_hook) (unsigned char, char);
/* Hook for mouse inputdev driver */