patch-2.3.13 linux/drivers/net/sk_g16.c

Next file: linux/drivers/net/skeleton.c
Previous file: linux/drivers/net/shaper.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/drivers/net/sk_g16.c linux/drivers/net/sk_g16.c
@@ -531,7 +531,7 @@
  *                         (detachable devices only).
  */
 
-__initfunc(int SK_init(struct device *dev))
+int __init SK_init(struct device *dev)
 {
 	int ioaddr         = 0;            /* I/O port address used for POS regs */
 	int *port, ports[] = SK_IO_PORTS;  /* SK_G16 supported ports */
@@ -614,7 +614,7 @@
  *     94/06/30  pwe  SK_ADDR now checked and at the correct place
 -*/
 
-__initfunc(int SK_probe(struct device *dev, short ioaddr))
+int __init SK_probe(struct device *dev, short ioaddr)
 {
     int i,j;                /* Counters */
     int sk_addr_flag = 0;   /* SK ADDR correct? 1 - no, 0 - yes */
@@ -1737,7 +1737,7 @@
  *     YY/MM/DD  uid  Description
 -*/
 
-__initfunc(unsigned int SK_rom_addr(void))
+unsigned int __init SK_rom_addr(void)
 {
     int i,j;
     int rom_found = 0;

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