]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/hv/NetVsc.h
Staging: hv: update the TODO file
[~andy/linux] / drivers / staging / hv / NetVsc.h
index 89ba02b1d607932ce83602c0df2ef7b7c430b321..3e7112f7c75536bb9c0b990c39da6180aaf10d97 100644 (file)
@@ -24,9 +24,9 @@
 #ifndef _NETVSC_H_
 #define _NETVSC_H_
 
+#include <linux/list.h>
 #include "VmbusPacketFormat.h"
 #include "VmbusChannelInterface.h"
-#include "List.h"
 #include "NetVscApi.h"
 
 
@@ -299,7 +299,7 @@ struct netvsc_device {
         * List of free preallocated hv_netvsc_packet to represent receive
         * packet
         */
-       LIST_ENTRY ReceivePacketList;
+       struct list_head ReceivePacketList;
        spinlock_t receive_packet_list_lock;
 
        /* Send buffer allocated by us but manages by NetVSP */