Skip to content

Commit 2f44bb6

Browse files
committed
drm/panel: panel-samsung-s6e88a0-ams427ap24: Fix includes
Include <linux/property.h> to declare device_property_read_bool() and <linux/mod_devicetable.h> to declare struct of_device_id. Avoids the dependency on the backlight header to include both. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20250812082509.227879-1-tzimmermann@suse.de
1 parent 38580d1 commit 2f44bb6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams427ap24.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
#include <linux/backlight.h>
88
#include <linux/delay.h>
99
#include <linux/gpio/consumer.h>
10+
#include <linux/mod_devicetable.h>
1011
#include <linux/module.h>
12+
#include <linux/property.h>
1113
#include <linux/regulator/consumer.h>
1214

1315
#include <video/mipi_display.h>

0 commit comments

Comments
 (0)