All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] gpio: remove unused including <linux/version.h>
@ 2020-04-08  7:08 ` YueHaibing
  0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2020-04-08  7:08 UTC (permalink / raw)
  To: Linus Walleij, Asmaa Mnebhi, Bartosz Golaszewski
  Cc: YueHaibing, linux-gpio, kernel-janitors

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/gpio/gpio-mlxbf2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpio-mlxbf2.c b/drivers/gpio/gpio-mlxbf2.c
index 7b7085050219..240b488609ac 100644
--- a/drivers/gpio/gpio-mlxbf2.c
+++ b/drivers/gpio/gpio-mlxbf2.c
@@ -14,7 +14,6 @@
 #include <linux/resource.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
-#include <linux/version.h>
 
 /*
  * There are 3 YU GPIO blocks:




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

* [PATCH -next] gpio: remove unused including <linux/version.h>
@ 2020-04-08  7:08 ` YueHaibing
  0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2020-04-08  7:08 UTC (permalink / raw)
  To: Linus Walleij, Asmaa Mnebhi, Bartosz Golaszewski
  Cc: YueHaibing, linux-gpio, kernel-janitors

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/gpio/gpio-mlxbf2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpio-mlxbf2.c b/drivers/gpio/gpio-mlxbf2.c
index 7b7085050219..240b488609ac 100644
--- a/drivers/gpio/gpio-mlxbf2.c
+++ b/drivers/gpio/gpio-mlxbf2.c
@@ -14,7 +14,6 @@
 #include <linux/resource.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
-#include <linux/version.h>
 
 /*
  * There are 3 YU GPIO blocks:

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

* RE: [PATCH -next] gpio: remove unused including <linux/version.h>
  2020-04-08  7:08 ` YueHaibing
@ 2020-04-08 12:50   ` Asmaa Mnebhi
  -1 siblings, 0 replies; 6+ messages in thread
From: Asmaa Mnebhi @ 2020-04-08 12:50 UTC (permalink / raw)
  To: YueHaibing, Linus Walleij, Bartosz Golaszewski
  Cc: linux-gpio, kernel-janitors

Acked-by: asmaa@mellanox.com

-----Original Message-----
From: YueHaibing <yuehaibing@huawei.com> 
Sent: Wednesday, April 8, 2020 3:09 AM
To: Linus Walleij <linus.walleij@linaro.org>; Asmaa Mnebhi <Asmaa@mellanox.com>; Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: YueHaibing <yuehaibing@huawei.com>; linux-gpio@vger.kernel.org; kernel-janitors@vger.kernel.org
Subject: [PATCH -next] gpio: remove unused including <linux/version.h>

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/gpio/gpio-mlxbf2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpio-mlxbf2.c b/drivers/gpio/gpio-mlxbf2.c index 7b7085050219..240b488609ac 100644
--- a/drivers/gpio/gpio-mlxbf2.c
+++ b/drivers/gpio/gpio-mlxbf2.c
@@ -14,7 +14,6 @@
 #include <linux/resource.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
-#include <linux/version.h>
 
 /*
  * There are 3 YU GPIO blocks:




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

* RE: [PATCH -next] gpio: remove unused including <linux/version.h>
@ 2020-04-08 12:50   ` Asmaa Mnebhi
  0 siblings, 0 replies; 6+ messages in thread
From: Asmaa Mnebhi @ 2020-04-08 12:50 UTC (permalink / raw)
  To: YueHaibing, Linus Walleij, Bartosz Golaszewski
  Cc: linux-gpio, kernel-janitors

Acked-by: asmaa@mellanox.com

-----Original Message-----
From: YueHaibing <yuehaibing@huawei.com> 
Sent: Wednesday, April 8, 2020 3:09 AM
To: Linus Walleij <linus.walleij@linaro.org>; Asmaa Mnebhi <Asmaa@mellanox.com>; Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: YueHaibing <yuehaibing@huawei.com>; linux-gpio@vger.kernel.org; kernel-janitors@vger.kernel.org
Subject: [PATCH -next] gpio: remove unused including <linux/version.h>

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 drivers/gpio/gpio-mlxbf2.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpio-mlxbf2.c b/drivers/gpio/gpio-mlxbf2.c index 7b7085050219..240b488609ac 100644
--- a/drivers/gpio/gpio-mlxbf2.c
+++ b/drivers/gpio/gpio-mlxbf2.c
@@ -14,7 +14,6 @@
 #include <linux/resource.h>
 #include <linux/spinlock.h>
 #include <linux/types.h>
-#include <linux/version.h>
 
 /*
  * There are 3 YU GPIO blocks:

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

* Re: [PATCH -next] gpio: remove unused including <linux/version.h>
  2020-04-08  7:08 ` YueHaibing
@ 2020-04-16 10:42   ` Linus Walleij
  -1 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2020-04-16 10:42 UTC (permalink / raw)
  To: YueHaibing
  Cc: Asmaa Mnebhi, Bartosz Golaszewski, open list:GPIO SUBSYSTEM,
	kernel-janitors

On Wed, Apr 8, 2020 at 9:06 AM YueHaibing <yuehaibing@huawei.com> wrote:

> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Patch applied with subject change to indicate the driver.

Yours,
Linus Walleij

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

* Re: [PATCH -next] gpio: remove unused including <linux/version.h>
@ 2020-04-16 10:42   ` Linus Walleij
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2020-04-16 10:42 UTC (permalink / raw)
  To: YueHaibing
  Cc: Asmaa Mnebhi, Bartosz Golaszewski, open list:GPIO SUBSYSTEM,
	kernel-janitors

On Wed, Apr 8, 2020 at 9:06 AM YueHaibing <yuehaibing@huawei.com> wrote:

> Remove including <linux/version.h> that don't need it.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Patch applied with subject change to indicate the driver.

Yours,
Linus Walleij

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

end of thread, other threads:[~2020-04-16 10:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08  7:08 [PATCH -next] gpio: remove unused including <linux/version.h> YueHaibing
2020-04-08  7:08 ` YueHaibing
2020-04-08 12:50 ` Asmaa Mnebhi
2020-04-08 12:50   ` Asmaa Mnebhi
2020-04-16 10:42 ` Linus Walleij
2020-04-16 10:42   ` Linus Walleij

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.