projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ac483
)
pwm: adp5585: make sure to include mod_devicetable.h
author
Nuno Sá
<nuno.sa@analog.com>
Mon, 12 May 2025 12:39:14 +0000
(13:39 +0100)
committer
Uwe Kleine-König
<ukleinek@kernel.org>
Mon, 19 May 2025 16:07:39 +0000
(18:07 +0200)
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>
drivers/pwm/pwm-adp5585.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pwm/pwm-adp5585.c
b/drivers/pwm/pwm-adp5585.c
index 40472ac5db6410a33e4f790fe8e6c23b517502be..d79106d121810595b605ea185c34bd9778f974af 100644
(file)
--- a/
drivers/pwm/pwm-adp5585.c
+++ b/
drivers/pwm/pwm-adp5585.c
@@
-20,6
+20,7
@@
#include <linux/mfd/adp5585.h>
#include <linux/minmax.h>
#include <linux/module.h>
+#include <linux/mod_devicetable.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/regmap.h>