All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>
@ 2019-11-22  2:09 ` YueHaibing
  0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2019-11-22  2:09 UTC (permalink / raw)
  To: Jack Wang, James E.J. Bottomley, Martin K. Petersen
  Cc: YueHaibing, linux-scsi, linux-kernel, kernel-janitors

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 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"




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>
@ 2019-11-22  2:09 ` YueHaibing
  0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2019-11-22  2:09 UTC (permalink / raw)
  To: Jack Wang, James E.J. Bottomley, Martin K. Petersen
  Cc: YueHaibing, linux-scsi, linux-kernel, kernel-janitors

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 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"

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>
  2019-11-22  2:09 ` YueHaibing
@ 2019-11-22  8:52   ` Jinpu Wang
  -1 siblings, 0 replies; 6+ messages in thread
From: Jinpu Wang @ 2019-11-22  8:52 UTC (permalink / raw)
  To: YueHaibing
  Cc: James E.J. Bottomley, Martin K. Petersen, Linux SCSI Mailinglist,
	linux-kernel, kernel-janitors

On Fri, Nov 22, 2019 at 3:11 AM YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com>
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"
>
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>
@ 2019-11-22  8:52   ` Jinpu Wang
  0 siblings, 0 replies; 6+ messages in thread
From: Jinpu Wang @ 2019-11-22  8:52 UTC (permalink / raw)
  To: YueHaibing
  Cc: James E.J. Bottomley, Martin K. Petersen, Linux SCSI Mailinglist,
	linux-kernel, kernel-janitors

On Fri, Nov 22, 2019 at 3:11 AM YueHaibing <yuehaibing@huawei.com> wrote:
>
> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com>
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"
>
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>
  2019-11-22  2:09 ` YueHaibing
@ 2019-11-27  2:32   ` Martin K. Petersen
  -1 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2019-11-27  2:32 UTC (permalink / raw)
  To: YueHaibing
  Cc: Jack Wang, James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, kernel-janitors


YueHaibing,

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

Applied to 5.5/scsi-queue, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h>
@ 2019-11-27  2:32   ` Martin K. Petersen
  0 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2019-11-27  2:32 UTC (permalink / raw)
  To: YueHaibing
  Cc: Jack Wang, James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, kernel-janitors


YueHaibing,

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

Applied to 5.5/scsi-queue, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-27  2:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-22  2:09 [PATCH -next] scsi: pm80xx: Remove unused including <linux/version.h> YueHaibing
2019-11-22  2:09 ` YueHaibing
2019-11-22  8:52 ` Jinpu Wang
2019-11-22  8:52   ` Jinpu Wang
2019-11-27  2:32 ` Martin K. Petersen
2019-11-27  2:32   ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.