diff options
Diffstat (limited to 'drivers/usb/storage/usb.h')
-rw-r--r-- | drivers/usb/storage/usb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h index 8da96da5875d..47906dc620db 100644 --- a/drivers/usb/storage/usb.h +++ b/drivers/usb/storage/usb.h | |||
@@ -72,11 +72,9 @@ struct us_unusual_dev { | |||
72 | #define US_FLIDX_SG_ACTIVE 1 /* current_sg is in use */ | 72 | #define US_FLIDX_SG_ACTIVE 1 /* current_sg is in use */ |
73 | #define US_FLIDX_ABORTING 2 /* abort is in progress */ | 73 | #define US_FLIDX_ABORTING 2 /* abort is in progress */ |
74 | #define US_FLIDX_DISCONNECTING 3 /* disconnect in progress */ | 74 | #define US_FLIDX_DISCONNECTING 3 /* disconnect in progress */ |
75 | #define ABORTING_OR_DISCONNECTING ((1UL << US_FLIDX_ABORTING) | \ | ||
76 | (1UL << US_FLIDX_DISCONNECTING)) | ||
77 | #define US_FLIDX_RESETTING 4 /* device reset in progress */ | 75 | #define US_FLIDX_RESETTING 4 /* device reset in progress */ |
78 | #define US_FLIDX_TIMED_OUT 5 /* SCSI midlayer timed out */ | 76 | #define US_FLIDX_TIMED_OUT 5 /* SCSI midlayer timed out */ |
79 | 77 | #define US_FLIDX_DONT_SCAN 6 /* don't scan (disconnect) */ | |
80 | 78 | ||
81 | #define USB_STOR_STRING_LEN 32 | 79 | #define USB_STOR_STRING_LEN 32 |
82 | 80 | ||