patch-2.1.36 linux/drivers/char/psaux.c
Next file: linux/drivers/char/pty.c
Previous file: linux/drivers/char/pcxx.c
Back to the patch index
Back to the overall index
-  Lines: 26
-  Date:
Tue Apr 22 22:42:47 1997
-  Orig file: 
v2.1.35/linux/drivers/char/psaux.c
-  Orig date: 
Fri Apr  4 08:52:19 1997
diff -u --recursive --new-file v2.1.35/linux/drivers/char/psaux.c linux/drivers/char/psaux.c
@@ -46,6 +46,7 @@
 #include <linux/miscdevice.h>
 #include <linux/random.h>
 #include <linux/poll.h>
+#include <linux/init.h>
 
 #include <asm/io.h>
 #include <asm/uaccess.h>
@@ -529,7 +530,7 @@
 	PSMOUSE_MINOR, "ps2aux", &psaux_fops
 };
 
-int psaux_init(void)
+__initfunc(int psaux_init(void))
 {
 	int qp_found = 0;
 
@@ -653,7 +654,7 @@
  * See if we can find a 82C710 device. Read mouse address.
  */
 
-static int probe_qp(void)
+__initfunc(static int probe_qp(void))
 {
 	outb_p(0x55, 0x2fa);			/* Any value except 9, ff or 36 */
 	outb_p(0xaa, 0x3fa);			/* Inverse of 55 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov