Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pwm: adp5585: make sure to include mod_devicetable.h

Explicitly include mod_devicetable.h for struct platform_device_id.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20250512-dev-adp5589-fw-v3-22-092b14b79a88@analog.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>

authored by

Nuno Sá and committed by
Uwe Kleine-König
9c5e285f 25ac4834

+1
+1
drivers/pwm/pwm-adp5585.c
··· 20 20 #include <linux/mfd/adp5585.h> 21 21 #include <linux/minmax.h> 22 22 #include <linux/module.h> 23 + #include <linux/mod_devicetable.h> 23 24 #include <linux/platform_device.h> 24 25 #include <linux/pwm.h> 25 26 #include <linux/regmap.h>