From: Nuno Sá Date: Mon, 12 May 2025 12:39:14 +0000 (+0100) Subject: pwm: adp5585: make sure to include mod_devicetable.h X-Git-Tag: v6.16-rc1~171^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c5e285f602f3f9a8e095094737c176234cde5c3;p=thirdparty%2Flinux.git pwm: adp5585: make sure to include mod_devicetable.h Explicitly include mod_devicetable.h for struct platform_device_id. Reviewed-by: Laurent Pinchart Signed-off-by: Nuno Sá Link: https://lore.kernel.org/r/20250512-dev-adp5589-fw-v3-22-092b14b79a88@analog.com Signed-off-by: Uwe Kleine-König --- diff --git a/drivers/pwm/pwm-adp5585.c b/drivers/pwm/pwm-adp5585.c index 40472ac5db641..d79106d121810 100644 --- a/drivers/pwm/pwm-adp5585.c +++ b/drivers/pwm/pwm-adp5585.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include