From: Jonathan Cameron Date: Sun, 5 Dec 2021 17:01:31 +0000 (+0000) Subject: iio:dac:dpot-dac: Swap of.h for mod_devicetable.h X-Git-Tag: v5.17-rc1~82^2~40^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5669c086e699ff269a977b225a8c9643cf39e53f;p=thirdparty%2Fkernel%2Flinux.git iio:dac:dpot-dac: Swap of.h for mod_devicetable.h This driver never used anything in the of specific header. It just wants the struct of_device_id from mod_devicetable.h. Signed-off-by: Jonathan Cameron Reviewed-by: Andy Shevchenko Acked-by: Peter Rosin --- diff --git a/drivers/iio/dac/dpot-dac.c b/drivers/iio/dac/dpot-dac.c index 5d18194481024..83ce9489259c4 100644 --- a/drivers/iio/dac/dpot-dac.c +++ b/drivers/iio/dac/dpot-dac.c @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include