Message ID | 1512439222-15714-1-git-send-email-pravin.shedge4linux@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, 5 Dec 2017 07:30:19 +0530 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> Applied. Thanks, Jonathan > --- > drivers/iio/gyro/bmg160_core.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/gyro/bmg160_core.c b/drivers/iio/gyro/bmg160_core.c > index 1504617..63ca316 100644 > --- a/drivers/iio/gyro/bmg160_core.c > +++ b/drivers/iio/gyro/bmg160_core.c > @@ -27,7 +27,6 @@ > #include <linux/iio/trigger_consumer.h> > #include <linux/iio/triggered_buffer.h> > #include <linux/regmap.h> > -#include <linux/delay.h> > #include "bmg160.h" > > #define BMG160_IRQ_NAME "bmg160_event" -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/iio/gyro/bmg160_core.c b/drivers/iio/gyro/bmg160_core.c index 1504617..63ca316 100644 --- a/drivers/iio/gyro/bmg160_core.c +++ b/drivers/iio/gyro/bmg160_core.c @@ -27,7 +27,6 @@ #include <linux/iio/trigger_consumer.h> #include <linux/iio/triggered_buffer.h> #include <linux/regmap.h> -#include <linux/delay.h> #include "bmg160.h" #define BMG160_IRQ_NAME "bmg160_event"
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/iio/gyro/bmg160_core.c | 1 - 1 file changed, 1 deletion(-)