* [PATCH] drivers: gpio: remove duplicate includes @ 2017-12-16 12:56 Pravin Shedge 2017-12-19 4:52 ` Gregory Fong 2017-12-20 12:08 ` Linus Walleij 0 siblings, 2 replies; 3+ messages in thread From: Pravin Shedge @ 2017-12-16 12:56 UTC (permalink / raw) To: linux-arm-kernel 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 <pravin.shedge4linux@gmail.com> --- 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 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] drivers: gpio: remove duplicate includes 2017-12-16 12:56 [PATCH] drivers: gpio: remove duplicate includes Pravin Shedge @ 2017-12-19 4:52 ` Gregory Fong 2017-12-20 12:08 ` Linus Walleij 1 sibling, 0 replies; 3+ messages in thread From: Gregory Fong @ 2017-12-19 4:52 UTC (permalink / raw) To: linux-arm-kernel On Sat, Dec 16, 2017 at 4:56 AM, Pravin Shedge <pravin.shedge4linux@gmail.com> 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 <pravin.shedge4linux@gmail.com> Acked-by: Gregory Fong <gregory.0xf0@gmail.com> ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] drivers: gpio: remove duplicate includes 2017-12-16 12:56 [PATCH] drivers: gpio: remove duplicate includes Pravin Shedge 2017-12-19 4:52 ` Gregory Fong @ 2017-12-20 12:08 ` Linus Walleij 1 sibling, 0 replies; 3+ messages in thread From: Linus Walleij @ 2017-12-20 12:08 UTC (permalink / raw) To: linux-arm-kernel On Sat, Dec 16, 2017 at 1:56 PM, Pravin Shedge <pravin.shedge4linux@gmail.com> 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 <pravin.shedge4linux@gmail.com> Patch applied. Yours, Linus Walleij ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-20 12:08 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-12-16 12:56 [PATCH] drivers: gpio: remove duplicate includes Pravin Shedge 2017-12-19 4:52 ` Gregory Fong 2017-12-20 12:08 ` Linus Walleij
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox