patch-2.3.14 linux/net/netrom/nr_loopback.c

Next file: linux/net/netrom/nr_route.c
Previous file: linux/net/netrom/nr_dev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/net/netrom/nr_loopback.c linux/net/netrom/nr_loopback.c
@@ -75,7 +75,7 @@
 {
 	struct sk_buff *skb;
 	ax25_address *nr_dest;
-	struct device *dev;
+	struct net_device *dev;
 
 	if ((skb = skb_dequeue(&loopback_queue)) != NULL) {
 		nr_dest = (ax25_address *)(skb->data + 7);

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