Skip to content

Commit e2e76f6

Browse files
tdzlag-linaro
authored andcommitted
backlight: da9052_bl: Include <linux/mod_devicetable.h>
Include <linux/mod_devicetable.h> to declare struct platform_device_id. Avoids dependency on backlight header to include it. Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: "Daniel Thompson (RISCstar)" <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 6789cd9 commit e2e76f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/backlight/da9052_bl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <linux/backlight.h>
1111
#include <linux/delay.h>
12+
#include <linux/mod_devicetable.h>
1213
#include <linux/module.h>
1314
#include <linux/platform_device.h>
1415

0 commit comments

Comments
 (0)