patch-2.3.16 linux/drivers/net/arlan.c
Next file: linux/drivers/net/bagetlance.c
Previous file: linux/drivers/net/arcnet.c
Back to the patch index
Back to the overall index
- Lines: 68
- Date:
Thu Aug 26 14:25:39 1999
- Orig file:
v2.3.15/linux/drivers/net/arlan.c
- Orig date:
Thu Aug 26 13:05:38 1999
diff -u --recursive --new-file v2.3.15/linux/drivers/net/arlan.c linux/drivers/net/arlan.c
@@ -72,11 +72,9 @@
// #warning kernel 2.1.110 tested
#define myATOMIC_INIT(a,b) atomic_set(&(a),b)
-#define __initfunctio(a) __initfunc(a)
#else
#define test_and_set_bit set_bit
-#define __initfunctio(a) a
#if LINUX_VERSION_CODE != 0x20024
// #warning kernel 2.0.36 tested
#endif
@@ -1034,7 +1032,7 @@
* verifies that the correct device exists and functions.
*/
-__initfunctio(static int arlan_check_fingerprint(int memaddr))
+static int __init arlan_check_fingerprint(int memaddr)
{
static char probeText[] = "TELESYSTEM SLW INC. ARLAN \0";
char tempBuf[49];
@@ -1056,7 +1054,7 @@
}
-__initfunctio(int arlan_probe_everywhere(struct net_device *dev))
+int __init arlan_probe_everywhere(struct net_device *dev)
{
int m;
int probed = 0;
@@ -1094,7 +1092,7 @@
return ENODEV;
}
-__initfunctio(int arlan_find_devices(void))
+int __init arlan_find_devices(void)
{
int m;
int found = 0;
@@ -1153,8 +1151,8 @@
-__initfunctio(static int
- arlan_allocate_device(int num, struct net_device *devs))
+static int __init
+ arlan_allocate_device(int num, struct net_device *devs)
{
struct net_device *dev;
@@ -1214,7 +1212,7 @@
}
-__initfunctio(int arlan_probe_here(struct net_device *dev, int memaddr))
+int __init arlan_probe_here(struct net_device *dev, int memaddr)
{
volatile struct arlan_shmem *arlan;
@@ -1992,7 +1990,7 @@
}
-__initfunctio(int arlan_probe(struct net_device *dev))
+int __init arlan_probe(struct net_device *dev)
{
printk("Arlan driver %s\n", arlan_version);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)