1
0
Fork 0

leds: pca953x: Include the right header

This LED chip provides a GPIO driver, so include
<linux/gpio/driver.h> rather than the legacy header
<linux/gpio.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
alistair/sunxi64-5.4-dsi
Linus Walleij 2019-08-08 15:20:20 +02:00 committed by Jacek Anaszewski
parent be7fc2cc86
commit 3881a72f8d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include <linux/mutex.h>
#include <linux/workqueue.h>
#include <linux/leds-pca9532.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/of.h>
#include <linux/of_device.h>