2019-11-22 02:12:33

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>

Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <[email protected]>
---
drivers/scsi/pm8001/pm80xx_hwi.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/pm8001/pm80xx_hwi.c b/drivers/scsi/pm8001/pm80xx_hwi.c
index 19601138e889..6402629bcd40 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"




2019-11-22 08:54:09

by Jinpu Wang

[permalink] [raw]
Subject: Re: [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>

On Fri, Nov 22, 2019 at 3:11 AM YueHaibing <[email protected]> wrote:
>
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <[email protected]>
Acked-by: Jack Wang <[email protected]>
Thanks,
> ---
> drivers/scsi/pm8001/pm80xx_hwi.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/scsi/pm8001/pm80xx_hwi.c b/drivers/scsi/pm8001/pm80xx_hwi.c
> index 19601138e889..6402629bcd40 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"
>
>
>

2019-11-27 02:34:17

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>


YueHaibing,

> Remove including <linux/version.h> that don't need it.

Applied to 5.5/scsi-queue, thanks!

--
Martin K. Petersen Oracle Linux Engineering