Browse Source

drivers: iio: gyro: 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>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Pravin Shedge 7 years ago
parent
commit
ef6cad920d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/iio/gyro/bmg160_core.c

+ 0 - 1
drivers/iio/gyro/bmg160_core.c

@@ -27,7 +27,6 @@
 #include <linux/iio/trigger_consumer.h>
 #include <linux/iio/trigger_consumer.h>
 #include <linux/iio/triggered_buffer.h>
 #include <linux/iio/triggered_buffer.h>
 #include <linux/regmap.h>
 #include <linux/regmap.h>
-#include <linux/delay.h>
 #include "bmg160.h"
 #include "bmg160.h"
 
 
 #define BMG160_IRQ_NAME		"bmg160_event"
 #define BMG160_IRQ_NAME		"bmg160_event"