[PATCH] mmc: queue: Remove unused define

2021-02-02 Thread Chanwoo Lee
From: ChanWoo Lee MMC_CQE_QUEUE_FULL is not set and is only cleared. Therefore, define is unnecessary. Signed-off-by: ChanWoo Lee --- drivers/mmc/core/queue.c | 2 -- drivers/mmc/core/queue.h | 1 - 2 files changed, 3 deletions(-) diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core

[PATCH] mmc: queue: Exclude unnecessary header file

2021-01-24 Thread Chanwoo Lee
From: ChanWoo Lee >From the 4.19 kernel, thread related code has been removed in queue.c. So we can exclude unnecessary header file. Signed-off-by: ChanWoo Lee --- drivers/mmc/core/queue.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/core/queue.c b/drivers/mmc/core/queu