usb: storage: Drop struct SCSI_cmd_block
All the info we need to pass to transport function can be captured in
a struct us_blk_dev and two byte arrays, so having a dedicated struct
with many unused fields doesn't really buy us anything. Drop the
struct and convert the rest of the code to pass needed data
explicitly.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 606503e commit bdf6d51a5b58bf174ac604f41cdb5f70d97b05e7
@Andrey Smirnov Andrey Smirnov authored on 7 Mar 2019
Sascha Hauer committed on 11 Mar 2019
Showing 5 changed files
View
drivers/usb/storage/transport.c
View
drivers/usb/storage/transport.h
View
drivers/usb/storage/usb.c
View
drivers/usb/storage/usb.h
View
include/scsi.h