mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: scsi: ufs: Remove a superfluous #include <linux/async.h> directive
Remove this include directive from UFS code that does not use any
functionality from kernel/async.c. This patch is a subset of upstream
commit db33028647 ("scsi: Remove superfluous #include <linux/async.h>
directives").
Link: https://lore.kernel.org/r/20211129194609.3466071-13-bvanassche@acm.org
Reviewed-by: Daejun Park <daejun7.park@samsung.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Bug: 234653003
Change-Id: I7bd2c3a646b35b61cb0057c928532b820417b89c
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Bart Van Assche
parent
acc299050b
commit
102a37cdb3
@@ -10,7 +10,6 @@
|
||||
*/
|
||||
|
||||
#include <asm/unaligned.h>
|
||||
#include <linux/async.h>
|
||||
|
||||
#include "ufshcd.h"
|
||||
#include "ufshpb.h"
|
||||
|
||||
Reference in New Issue
Block a user