--- zzzz-none-000/linux-3.10.107/drivers/mmc/card/queue.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/mmc/card/queue.h 2021-02-04 17:41:59.000000000 +0000 @@ -12,6 +12,7 @@ struct mmc_command cmd; struct mmc_command stop; struct mmc_data data; + int retune_retry_done; }; enum mmc_packed_type { @@ -24,7 +25,7 @@ struct mmc_packed { struct list_head list; - u32 cmd_hdr[1024]; + __le32 cmd_hdr[1024]; unsigned int blocks; u8 nr_entries; u8 retries;