diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h index 54c6383c5a7d..ce1587ad55ae 100644 --- a/drivers/staging/vt6656/device.h +++ b/drivers/staging/vt6656/device.h @@ -179,10 +179,9 @@ struct vnt_usb_send_context { void *pDevice; struct sk_buff *pPacket; struct urb *pUrb; + struct ethhdr sEthHeader; unsigned int uBufLen; u8 type; - struct ethhdr sEthHeader; - void *Next; bool bBoolInUse; unsigned char Data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS]; };