OSDN Git Service

hv_netvsc: remove locking in netvsc_send()
[uclinux-h8/linux.git] / drivers / net / hyperv / hyperv_net.h
index 8d534a3..ee0f559 100644 (file)
@@ -632,7 +632,6 @@ struct nvsp_message {
 #define RNDIS_PKT_ALIGN_DEFAULT 8
 
 struct multi_send_data {
-       spinlock_t lock; /* protect struct multi_send_data */
        struct hv_netvsc_packet *pkt; /* netvsc pkt pending */
        u32 count; /* counter of batched packets */
 };