Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f8269da authored by Richard Purdie's avatar Richard Purdie
Browse files

leds: Fix leds-gpio openfirmware compile issue



Fix a compile issue when openfirmware is enabled from commit
2146325d.

Signed-off-by: default avatarRichard Purdie <rpurdie@linux.intel.com>
parent 37814fdc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -250,7 +250,6 @@ static int __devinit of_gpio_leds_probe(struct of_device *ofdev,
		led.gpio = of_get_gpio_flags(child, 0, &flags);
		led.active_low = flags & OF_GPIO_ACTIVE_LOW;
		led.name = of_get_property(child, "label", NULL) ? : child->name;
		led.blinking = 0;
		led.default_trigger =
			of_get_property(child, "linux,default-trigger", NULL);
		state = of_get_property(child, "default-state", NULL);