1
0
Files
linux/drivers
Geert Uytterhoeven 2301060e2b m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible
m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

drivers/char/keyboard.c: In function 'kbd_keycode':
drivers/char/keyboard.c:1142: error: implicit declaration of function 'mac_hid_mouse_emulate_buttons'

The forward declaration of mac_hid_mouse_emulate_buttons() is not visible on
m68k because it's hidden in the middle of a big #ifdef block.

Move it to <linux/kbd_kern.h>, correct the type of the second parameter, and
include <linux/kbd_kern.h> where needed.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-08-22 19:52:45 -07:00
..
2007-07-31 15:39:39 -07:00
2007-07-31 15:39:39 -07:00
2007-08-14 18:37:15 +02:00
2007-08-21 10:14:28 -07:00
2007-08-11 22:34:48 +02:00
2007-08-11 15:47:41 -07:00
2007-07-31 15:39:37 -07:00
2007-08-22 19:52:45 -07:00
2007-08-11 15:47:42 -07:00
2007-08-20 23:38:44 -07:00