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 { __u32 Tag; /* same as original command */ __le32 Residue; /* amount not transferred */ __u8 Status; /* see below */ - __u8 Filler[18]; }; #define US_BULK_CS_WRAP_LEN 13 |