kernel/drivers/usb/gadget/function/rndis.h
.. .. @@ -1,4 +1,4 @@ 1 -// SPDX-License-Identifier: GPL-2.01 +/* SPDX-License-Identifier: GPL-2.0 */2 2 /* 3 3 * RNDIS Definitions for Remote NDIS 4 4 * .. .. @@ -174,7 +174,6 @@ 174 174 void (*resp_avail)(void *v); 175 175 void *v; 176 176 struct list_head resp_queue; 177 - spinlock_t resp_lock;178 177 } rndis_params; 179 178 180 179 /* RNDIS Message parser and other useless functions */