From: Jonathan Cameron Date: Sun, 5 Dec 2021 17:01:32 +0000 (+0000) Subject: iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=09a74ea737352a80ed6e3fd427350d7d9c5a5502;p=linux.git iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h This driver never used anything from the of specific headers. mod_devicetable.h provides the struct of_device_id definition. Signed-off-by: Jonathan Cameron Reviewed-by: Andy Shevchenko --- diff --git a/drivers/iio/dac/lpc18xx_dac.c b/drivers/iio/dac/lpc18xx_dac.c index 5502e4f62f0d6..60467c6f2c6ec 100644 --- a/drivers/iio/dac/lpc18xx_dac.c +++ b/drivers/iio/dac/lpc18xx_dac.c @@ -16,9 +16,8 @@ #include #include #include +#include #include -#include -#include #include #include