diff options
-rw-r--r-- | include/linux/usb/storage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/storage.h b/include/linux/usb/storage.h index 4de58b15fad..cb33fff2ba0 100644 --- a/include/linux/usb/storage.h +++ b/include/linux/usb/storage.h | |||
@@ -71,7 +71,6 @@ struct bulk_cs_wrap { | |||
71 | __u32 Tag; /* same as original command */ | 71 | __u32 Tag; /* same as original command */ |
72 | __le32 Residue; /* amount not transferred */ | 72 | __le32 Residue; /* amount not transferred */ |
73 | __u8 Status; /* see below */ | 73 | __u8 Status; /* see below */ |
74 | __u8 Filler[18]; | ||
75 | }; | 74 | }; |
76 | 75 | ||
77 | #define US_BULK_CS_WRAP_LEN 13 | 76 | #define US_BULK_CS_WRAP_LEN 13 |