diff options
author | Bart Van Assche <bvanassche@acm.org> | 2021-11-29 20:46:09 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-11-30 05:02:15 +0100 |
commit | db33028647a3eca9e3e6fccf170d75f3b56a466c (patch) | |
tree | bc0870342932699f08e7989f916a64799ac3cf71 /drivers/scsi/scsi_pm.c | |
parent | scsi: pmcraid: Fix a kernel-doc warning (diff) | |
download | linux-db33028647a3eca9e3e6fccf170d75f3b56a466c.tar.xz linux-db33028647a3eca9e3e6fccf170d75f3b56a466c.zip |
scsi: Remove superfluous #include <linux/async.h> directives
Remove this include directive from code that does not use any functionality
from kernel/async.c.
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>
Diffstat (limited to 'drivers/scsi/scsi_pm.c')
-rw-r--r-- | drivers/scsi/scsi_pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_pm.c b/drivers/scsi/scsi_pm.c index b5a858c29488..0e841e8761c5 100644 --- a/drivers/scsi/scsi_pm.c +++ b/drivers/scsi/scsi_pm.c @@ -8,7 +8,6 @@ #include <linux/pm_runtime.h> #include <linux/export.h> -#include <linux/async.h> #include <linux/blk-pm.h> #include <scsi/scsi.h> |