Browse Source

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 <pravin.shedge4linux@gmail.com>
Acked-by: Gregory Fong <gregory.0xf0@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Pravin Shedge 7 năm trước cách đây
mục cha
commit
76bc7f1876
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/gpio/gpio-brcmstb.c

+ 0 - 1
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,