Revert "ANDROID: GKI: Fix abi break in struct scsi_cmd"
This reverts commit ffc061ba7d
.
It's not needed with the changes in 5.10.207, so drop it.
Change-Id: I5a2e23fdc30e35fdbbe493b2d966b0b7a7960826
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -95,6 +95,7 @@ struct scsi_cmnd {
|
|||||||
unsigned char prot_op;
|
unsigned char prot_op;
|
||||||
unsigned char prot_type;
|
unsigned char prot_type;
|
||||||
unsigned char prot_flags;
|
unsigned char prot_flags;
|
||||||
|
enum scsi_cmnd_submitter submitter;
|
||||||
|
|
||||||
unsigned short cmd_len;
|
unsigned short cmd_len;
|
||||||
enum dma_data_direction sc_data_direction;
|
enum dma_data_direction sc_data_direction;
|
||||||
@@ -150,7 +151,7 @@ struct scsi_cmnd {
|
|||||||
unsigned char tag; /* SCSI-II queued command tag */
|
unsigned char tag; /* SCSI-II queued command tag */
|
||||||
unsigned int extra_len; /* length of alignment and padding */
|
unsigned int extra_len; /* length of alignment and padding */
|
||||||
|
|
||||||
ANDROID_KABI_USE(1, enum scsi_cmnd_submitter submitter);
|
ANDROID_KABI_RESERVE(1);
|
||||||
ANDROID_KABI_RESERVE(2);
|
ANDROID_KABI_RESERVE(2);
|
||||||
ANDROID_KABI_RESERVE(3);
|
ANDROID_KABI_RESERVE(3);
|
||||||
ANDROID_KABI_RESERVE(4);
|
ANDROID_KABI_RESERVE(4);
|
||||||
|
Reference in New Issue
Block a user