patch-2.1.22 linux/drivers/net/hdlcdrv.c

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

diff -u --recursive --new-file v2.1.21/linux/drivers/net/hdlcdrv.c linux/drivers/net/hdlcdrv.c
@@ -50,6 +50,7 @@
 #include <linux/etherdevice.h>
 #include <linux/skbuff.h>
 #include <linux/hdlcdrv.h>
+#include <net/ax25.h>
 
 /* make genksyms happy */
 #include <linux/ip.h>
@@ -743,7 +744,6 @@
 static int hdlcdrv_probe(struct device *dev)
 {
 	struct hdlcdrv_channel_params dflt_ch_params = { 20, 2, 10, 40, 0 };
-	int i;
 	struct hdlcdrv_state *s;
 
 	if (!dev)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov