aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000-usb-isoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/tm6000/tm6000-usb-isoc.h')
-rw-r--r--drivers/staging/tm6000/tm6000-usb-isoc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/tm6000/tm6000-usb-isoc.h b/drivers/staging/tm6000/tm6000-usb-isoc.h
index 5a5049acd4ec..138716a8f056 100644
--- a/drivers/staging/tm6000/tm6000-usb-isoc.h
+++ b/drivers/staging/tm6000/tm6000-usb-isoc.h
@@ -39,7 +39,7 @@ struct usb_isoc_ctl {
int pos, size, pktsize;
/* Last field: ODD or EVEN? */
- int field;
+ int vfield;
/* Stores incomplete commands */
u32 tmp_buf;
@@ -47,7 +47,4 @@ struct usb_isoc_ctl {
/* Stores already requested buffers */
struct tm6000_buffer *buf;
-
- /* Stores the number of received fields */
- int nfields;
};