patch-2.2.7 linux/include/asm-arm/arch-vnc/keyboard.h

Next file: linux/include/asm-arm/siginfo.h
Previous file: linux/include/asm-arm/arch-rpc/keyboard.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.6/linux/include/asm-arm/arch-vnc/keyboard.h linux/include/asm-arm/arch-vnc/keyboard.h
@@ -14,7 +14,6 @@
 
 extern int pckbd_setkeycode(unsigned int scancode, unsigned int keycode);
 extern int pckbd_getkeycode(unsigned int scancode);
-extern int pckbd_pretranslate(unsigned char scancode, char raw_mode);
 extern int pckbd_translate(unsigned char scancode, unsigned char *keycode,
 			   char raw_mode);
 extern char pckbd_unexpected_up(unsigned char keycode);
@@ -24,7 +23,6 @@
 
 #define kbd_setkeycode			pckbd_setkeycode
 #define kbd_getkeycode			pckbd_getkeycode
-#define kbd_pretranslate		pckbd_pretranslate
 #define kbd_translate(sc, kcp, ufp, rm) ({ *ufp = sc & 0200; \
 		pckbd_translate(sc & 0x7f, kcp, rm);})
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)