hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/usb/gadget/function/rndis.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 /*
33 * RNDIS Definitions for Remote NDIS
44 *
....@@ -174,7 +174,6 @@
174174 void (*resp_avail)(void *v);
175175 void *v;
176176 struct list_head resp_queue;
177
- spinlock_t resp_lock;
178177 } rndis_params;
179178
180179 /* RNDIS Message parser and other useless functions */