summaryrefslogtreecommitdiff
path: root/drivers/usb/host/fhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/fhci.h')
-rw-r--r--drivers/usb/host/fhci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/fhci.h b/drivers/usb/host/fhci.h
index 1f57b0989485..e221b28e8608 100644
--- a/drivers/usb/host/fhci.h
+++ b/drivers/usb/host/fhci.h
@@ -387,9 +387,10 @@ struct urb_priv {
int tds_cnt;
int state;
- struct td **tds;
struct ed *ed;
struct timer_list time_out;
+
+ struct td *tds[] __counted_by(num_of_tds);
};
struct endpoint {