diff mbox series

[-next] gpio: mlxbf: remove unused including <linux/version.h>

Message ID 20190328013958.33849-1-yuehaibing@huawei.com
State New
Headers show
Series [-next] gpio: mlxbf: remove unused including <linux/version.h> | expand

Commit Message

Yue Haibing March 28, 2019, 1:39 a.m. UTC
Remove including <linux/version.h> that don't need it.

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

Comments

Linus Walleij April 5, 2019, 10:58 a.m. UTC | #1
On Thu, Mar 28, 2019 at 8:28 AM YueHaibing <yuehaibing@huawei.com> wrote:

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

I put this on hold so Bartosz can apply it to his patch stack
where the dependent patches are queued.

Yours,
Linus Walleij
Bartosz Golaszewski April 8, 2019, 6:49 a.m. UTC | #2
pt., 5 kwi 2019 o 12:58 Linus Walleij <linus.walleij@linaro.org> napisaƂ(a):
>
> On Thu, Mar 28, 2019 at 8:28 AM YueHaibing <yuehaibing@huawei.com> wrote:
>
> > Remove including <linux/version.h> that don't need it.
> >
> > Signed-off-by: YueHaibing <yuehaibing@huawei.com>
>
> I put this on hold so Bartosz can apply it to his patch stack
> where the dependent patches are queued.
>
> Yours,
> Linus Walleij

Patch applied. I'll send a pull-request later today so we can sync our
for-next trees.

Bart
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-mlxbf.c b/drivers/gpio/gpio-mlxbf.c
index d428f42be74f..894aaf55fc96 100644
--- a/drivers/gpio/gpio-mlxbf.c
+++ b/drivers/gpio/gpio-mlxbf.c
@@ -11,7 +11,6 @@ 
 #include <linux/pm.h>
 #include <linux/resource.h>
 #include <linux/types.h>
-#include <linux/version.h>
 
 /* Number of pins on BlueField */
 #define MLXBF_GPIO_NR 54