VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Linus Walleij <linus.walleij@linaro.org> 2020-04-15 14:35:08 +0200 committer: Pavel Machek <pavel@ucw.cz> 2020-04-17 14:49:22 +0200 commit: da542caf1ff78bd10847b38cfd89bd6e1a6355fc parent: ea1a6a15f4090dc7f852892bc6976b2131e9b9ea
Commit Summary:
leds: lp3952: Include the right header
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/leds/leds-lp3952.c b/drivers/leds/leds-lp3952.c
index 4e4e542774cb..6ee9131fbf25 100644
--- a/drivers/leds/leds-lp3952.c
+++ b/drivers/leds/leds-lp3952.c
@@ -7,7 +7,7 @@
  */
 
 #include <linux/delay.h>
-#include <linux/gpio.h>
+#include <linux/gpio/consumer.h>
 #include <linux/i2c.h>
 #include <linux/io.h>
 #include <linux/kernel.h>