patch-2.3.10 linux/drivers/net/hamradio/pt.c
Next file: linux/drivers/net/hamradio/scc.c
Previous file: linux/drivers/net/hamradio/pi2.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Tue Jul  6 19:05:50 1999
-  Orig file: 
v2.3.9/linux/drivers/net/hamradio/pt.c
-  Orig date: 
Tue Feb 10 13:07:50 1998
diff -u --recursive --new-file v2.3.9/linux/drivers/net/hamradio/pt.c linux/drivers/net/hamradio/pt.c
@@ -474,8 +474,7 @@
 } /* chipset_init() */
 
 
-
-__initfunc(int pt_init(void))
+int __init pt_init(void)
 {
     int *port;
     int ioaddr = 0;
@@ -537,7 +536,7 @@
 /*
  * Probe for PT card.  Also initialises the timers
  */
-__initfunc(static int hw_probe(int ioaddr))
+static int __init hw_probe(int ioaddr)
 {
     int time = 1000;		/* Number of milliseconds to test */
     int a = 1;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)