linux-stable/drivers/leds/blink
Linus Walleij 7b97174cc9 leds: lgm: Fix up includes
This driver is including the legacy GPIO header <linux/gpio.h>
but the only thing it is using from that header is the wrong
define for GPIOF_DIR_OUT.

Fix it up by using GPIO_LINE_DIRECTION_OUT and including the
correct consumer and driver headers.

Cc: Amireddy Mallikarjuna reddy <mallikarjunax.reddy@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
2021-06-24 00:55:41 +02:00
..
Kconfig leds: LEDS_BLINK_LGM should depend on X86 2021-04-25 22:56:42 +02:00
leds-lgm-sso.c leds: lgm: Fix up includes 2021-06-24 00:55:41 +02:00
Makefile leds: lgm: Improve Kconfig help 2021-03-25 11:37:41 +01:00