From: Jonathan Cameron Date: Sun, 5 Dec 2021 17:01:30 +0000 (+0000) Subject: iio:dac:ad5758: Drop unused of specific headers. X-Git-Tag: howlett/maple/20220722_2~1410^2~40^2~44 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f191fe4f0d3e8ed033d888b4da9039f8ffe4039f;p=users%2Fjedix%2Flinux-maple.git iio:dac:ad5758: Drop unused of specific headers. These have never been used in this driver. What is used is in mod_devicetable.h so add that include (struct of_device_id) Signed-off-by: Jonathan Cameron Reviewed-by: Andy Shevchenko Cc: Daniel Gomez --- diff --git a/drivers/iio/dac/ad5758.c b/drivers/iio/dac/ad5758.c index 0572ef518101..98771e37a7b5 100644 --- a/drivers/iio/dac/ad5758.c +++ b/drivers/iio/dac/ad5758.c @@ -10,9 +10,8 @@ #include #include #include +#include #include -#include -#include #include #include