patch-2.4.4 linux/drivers/net/wan/dlci.c
Next file: linux/drivers/net/wan/dscc4.c
Previous file: linux/drivers/net/wan/cycx_x25.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Apr 20 11:54:22 2001
- Orig file:
v2.4.3/linux/drivers/net/wan/dlci.c
- Orig date:
Sat Mar 3 10:55:48 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/net/wan/dlci.c linux/drivers/net/wan/dlci.c
@@ -57,8 +57,8 @@
#include <net/sock.h>
-static const char *devname = "dlci";
-static const char *version = "DLCI driver v0.35, 4 Jan 1997, mike.mclagan@linux.org";
+static const char devname[] = "dlci";
+static const char version[] = "DLCI driver v0.35, 4 Jan 1997, mike.mclagan@linux.org";
static struct net_device *open_dev[CONFIG_DLCI_COUNT];
@@ -575,8 +575,6 @@
dev->addr_len = sizeof(short);
memset(dev->dev_addr, 0, sizeof(dev->dev_addr));
- dev_init_buffers(dev);
-
return(0);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)