diff options
Diffstat (limited to 'drivers/usb/usbip/usbip_common.h')
-rw-r--r-- | drivers/usb/usbip/usbip_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/usbip/usbip_common.h b/drivers/usb/usbip/usbip_common.h index e5de35c8c505..473fb8a87289 100644 --- a/drivers/usb/usbip/usbip_common.h +++ b/drivers/usb/usbip/usbip_common.h | |||
@@ -256,6 +256,7 @@ struct usbip_device { | |||
256 | /* lock for status */ | 256 | /* lock for status */ |
257 | spinlock_t lock; | 257 | spinlock_t lock; |
258 | 258 | ||
259 | int sockfd; | ||
259 | struct socket *tcp_socket; | 260 | struct socket *tcp_socket; |
260 | 261 | ||
261 | struct task_struct *tcp_rx; | 262 | struct task_struct *tcp_rx; |