patch-2.3.99-pre7 linux/include/linux/hdlcdrv.h

Next file: linux/include/linux/i2o.h
Previous file: linux/include/linux/fs_struct.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/include/linux/hdlcdrv.h linux/include/linux/hdlcdrv.h
@@ -109,7 +109,6 @@
 #include <linux/spinlock.h>
 
 #define HDLCDRV_MAGIC      0x5ac6e778
-#define HDLCDRV_IFNAMELEN    6
 #define HDLCDRV_HDLCBUFFER  32 /* should be a power of 2 for speed reasons */
 #define HDLCDRV_BITBUFFER  256 /* should be a power of 2 for speed reasons */
 #undef HDLCDRV_LOOPBACK  /* define for HDLC debugging purposes */
@@ -181,8 +180,6 @@
 
 struct hdlcdrv_state {
 	int magic;
-
-	char ifname[HDLCDRV_IFNAMELEN];
 
 	const struct hdlcdrv_ops *ops;
 

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