From: Jonathan Cameron Date: Sun, 18 Feb 2024 17:33:23 +0000 (+0000) Subject: iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device_id... X-Git-Tag: v6.9-rc1~35^2~66^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe7c46c59cf0157046f56d5cdc2206c4e78882d;p=thirdparty%2Flinux.git iio: dac: mcp4821: Switch to including mod_devicetable.h for struct of_device_id definition. of.h was only included for this definition, so include the correct header instead. Reviewed-by: Nuno Sa Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240218173323.1023703-9-jic23@kernel.org Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/mcp4821.c b/drivers/iio/dac/mcp4821.c index 8a0480d338450..782e8f6b77829 100644 --- a/drivers/iio/dac/mcp4821.c +++ b/drivers/iio/dac/mcp4821.c @@ -17,7 +17,7 @@ */ #include -#include +#include #include #include