2017-12-16 12:57:06

by Pravin Shedge

[permalink] [raw]
Subject: [PATCH] drivers: gpio: remove duplicate includes

These duplicate includes have been found with scripts/checkincludes.pl
but they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <[email protected]>
---
drivers/gpio/gpio-brcmstb.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/gpio/gpio-brcmstb.c b/drivers/gpio/gpio-brcmstb.c
index 545d43a..3dcbead 100644
--- a/drivers/gpio/gpio-brcmstb.c
+++ b/drivers/gpio/gpio-brcmstb.c
@@ -19,7 +19,6 @@
#include <linux/irqdomain.h>
#include <linux/irqchip/chained_irq.h>
#include <linux/interrupt.h>
-#include <linux/bitops.h>

enum gio_reg_index {
GIO_REG_ODEN = 0,
--
2.7.4


2017-12-19 04:53:27

by Gregory Fong

[permalink] [raw]
Subject: Re: [PATCH] drivers: gpio: remove duplicate includes

On Sat, Dec 16, 2017 at 4:56 AM, Pravin Shedge
<[email protected]> wrote:
> These duplicate includes have been found with scripts/checkincludes.pl
> but they have been removed manually to avoid removing false positives.
>
> Signed-off-by: Pravin Shedge <[email protected]>

Acked-by: Gregory Fong <[email protected]>

2017-12-20 12:08:08

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] drivers: gpio: remove duplicate includes

On Sat, Dec 16, 2017 at 1:56 PM, Pravin Shedge
<[email protected]> wrote:

> These duplicate includes have been found with scripts/checkincludes.pl
> but they have been removed manually to avoid removing false positives.
>
> Signed-off-by: Pravin Shedge <[email protected]>

Patch applied.

Yours,
Linus Walleij