Re: [PATCH] mmc: queue: Exclude unnecessary header file

2021-01-26 Thread Ulf Hansson
On Mon, 25 Jan 2021 at 07:47, Chanwoo Lee wrote: > > 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 Applied for next, thanks! Kind regards Uffe > --- >

Re: [PATCH] mmc: queue: Exclude unnecessary header file

2021-01-24 Thread Coly Li
On 1/25/21 2:43 PM, Chanwoo Lee wrote: > 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 Acked-by: Coly Li Thanks. Coly Li > --- > drivers/mmc/core/queue.c | 1 - > 1

[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/queue.c