diff options
author | YueHaibing <[email protected]> | 2019-11-22 02:09:11 +0000 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2019-11-26 21:31:46 -0500 |
commit | 69b41f141dc4e465e2f5e98efa3b38f022dfbd4a (patch) | |
tree | 866466a729e670928efe19bc099a4e144b15f35a | |
parent | 0e7c353e1828819eb92af0a64fc9b2f4f778b76e (diff) |
scsi: pm80xx: Remove unused include of linux/version.h
Remove #include <linux/version.h>. Don't need it.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: YueHaibing <[email protected]>
Acked-by: Jack Wang <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/pm8001/pm80xx_hwi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/pm8001/pm80xx_hwi.c b/drivers/scsi/pm8001/pm80xx_hwi.c index d41908b23760..98dcdbd146d5 100644 --- a/drivers/scsi/pm8001/pm80xx_hwi.c +++ b/drivers/scsi/pm8001/pm80xx_hwi.c @@ -37,7 +37,6 @@ * POSSIBILITY OF SUCH DAMAGES. * */ - #include <linux/version.h> #include <linux/slab.h> #include "pm8001_sas.h" #include "pm80xx_hwi.h" |