From: Andreas Kemnade Date: Tue, 29 Oct 2019 18:53:50 +0000 (+0100) Subject: dt-bindings: backlight: lm3630a: Fix missing include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b8bfe845a6748a8c4a84433df8984afd930afdb0;p=linux.git 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 Signed-off-by: Lee Jones --- diff --git a/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml b/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml index c8470628fe028..08fe5cf8614a8 100644 --- a/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml +++ b/Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml @@ -93,6 +93,7 @@ additionalProperties: false examples: - | + #include i2c { #address-cells = <1>; #size-cells = <0>;