example failed to compile due to undefined GPIO_ACTIVE_HIGH
fix that by adding the needed #include to the exammple
Fixes: ae92365cdd75 ("dt-bindings: backlight: lm3630a: Add enable-gpios to
describe HWEN pin")
Signed-off-by: Andreas Kemnade
---
.../devicetree/bindings/leds/backlight/lm3630a-bac
On Tue, 29 Oct 2019, Andreas Kemnade wrote:
> example failed to compile due to undefined GPIO_ACTIVE_HIGH
> fix that by adding the needed #include to the exammple
>
> Fixes: ae92365cdd75 ("dt-bindings: backlight: lm3630a: Add enable-gpios to
> describe HWEN pin")
> Signed-off-by: Andreas Kemnade