--- zzzz-none-000/linux-5.15.111/drivers/mmc/core/queue.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/drivers/mmc/core/queue.h 2024-02-07 09:27:48.000000000 +0000 @@ -1,4 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/****************************************************************** + + Includes Intel Corporation's changes/modifications dated: 07/2011. + Changed/modified portions - Copyright(c) 2011, Intel Corporation. + +******************************************************************/ #ifndef MMC_QUEUE_H #define MMC_QUEUE_H @@ -81,6 +87,10 @@ int in_flight[MMC_ISSUE_MAX]; unsigned int cqe_busy; #define MMC_CQE_DCMD_BUSY BIT(0) +#ifdef CONFIG_ARCH_GEN3 + char *bp_buf; + struct scatterlist *bp_sg; +#endif bool busy; bool recovery_needed; bool in_recovery;