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_priv.h | |
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_priv.h')
-rw-r--r-- | drivers/scsi/scsi_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_priv.h b/drivers/scsi/scsi_priv.h index 0f5743f4769b..5c4786310a31 100644 --- a/drivers/scsi/scsi_priv.h +++ b/drivers/scsi/scsi_priv.h @@ -3,7 +3,6 @@ #define _SCSI_PRIV_H #include <linux/device.h> -#include <linux/async.h> #include <scsi/scsi_device.h> #include <linux/sbitmap.h> |