diff --git a/include/linux/usb/storage.h b/include/linux/usb/storage.h index 4de58b15fad63b082d8c410493e36697c34dcf05..cb33fff2ba0be33f3aa6b764e78b402f948e9c4d 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