Skip to content

Commit 9c5e285

Browse files
nunojsaUwe Kleine-König
authored andcommitted
pwm: adp5585: make sure to include mod_devicetable.h
Explicitly include mod_devicetable.h for struct platform_device_id. Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Nuno Sá <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent 25ac483 commit 9c5e285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pwm/pwm-adp5585.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <linux/mfd/adp5585.h>
2121
#include <linux/minmax.h>
2222
#include <linux/module.h>
23+
#include <linux/mod_devicetable.h>
2324
#include <linux/platform_device.h>
2425
#include <linux/pwm.h>
2526
#include <linux/regmap.h>

0 commit comments

Comments
 (0)