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~25^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9c5e285f602f3f9a8e095094737c176234cde5c3;p=linux-block.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 40472ac5db64..d79106d12181 100644 --- a/drivers/pwm/pwm-adp5585.c +++ b/drivers/pwm/pwm-adp5585.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include