patch-2.3.32 linux/drivers/char/busmouse.c

Next file: linux/drivers/char/drm/drmP.h
Previous file: linux/drivers/char/agp/agpgart_fe.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.31/linux/drivers/char/busmouse.c linux/drivers/char/busmouse.c
@@ -49,7 +49,6 @@
 /*#define BROKEN_MOUSE*/
 
 extern int sun_mouse_init(void);
-extern void mouse_rpc_init (void);
 
 struct busmouse_data {
 	struct miscdevice	miscdev;
@@ -431,9 +430,6 @@
 {
 #ifdef CONFIG_SUN_MOUSE
 	sun_mouse_init();
-#endif
-#ifdef CONFIG_RPCMOUSE
-	mouse_rpc_init();
 #endif
 	return 0;
 }

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