From: Jonathan Cameron Date: Sun, 5 Dec 2021 17:01:38 +0000 (+0000) Subject: iio:adc:envelope-detector: Switch from of headers to mod_devicetable.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f346c96505412d83f7c8aa09629e48c2d3315fd4;p=linux.git iio:adc:envelope-detector: Switch from of headers to mod_devicetable.h There is nothing directly using of specific interfaces in this driver, so lets not include the headers. Signed-off-by: Jonathan Cameron Acked-by: Peter Rosin Reviewed-by: Andy Shevchenko --- diff --git a/drivers/iio/adc/envelope-detector.c b/drivers/iio/adc/envelope-detector.c index d73eac36153f2..e911c25d106d4 100644 --- a/drivers/iio/adc/envelope-detector.c +++ b/drivers/iio/adc/envelope-detector.c @@ -31,14 +31,13 @@ #include #include #include +#include #include #include #include #include #include #include -#include -#include #include #include #include