]> err.no Git - linux-2.6/blobdiff - drivers/ieee1394/hosts.h
ieee1394: SPIN_LOCK_UNLOCKED cleanup
[linux-2.6] / drivers / ieee1394 / hosts.h
index 6b4e225079660618b89d7424dbb38bf802e715d1..feb55d032294f0559e17d655dbe20d501d311a47 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <linux/device.h>
 #include <linux/list.h>
-#include <linux/skbuff.h>
 #include <linux/timer.h>
 #include <linux/types.h>
 #include <linux/workqueue.h>
@@ -25,8 +24,7 @@ struct hpsb_host {
 
        atomic_t generation;
 
-       struct sk_buff_head pending_packet_queue;
-
+       struct list_head pending_packets;
        struct timer_list timeout;
        unsigned long timeout_interval;