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

dt-bindings: backlight: lm3630a: Fix missing include

Example failed to compile due to undefined GPIO_ACTIVE_HIGH
fix that by adding the needed #include to the exammple.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Andreas Kemnade and committed by
Lee Jones
b8bfe845 53e49291

+1
+1
Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml
··· 93 93 94 94 examples: 95 95 - | 96 + #include <dt-bindings/gpio/gpio.h> 96 97 i2c { 97 98 #address-cells = <1>; 98 99 #size-cells = <0>;