leds: pca953x: Include the right header
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Aug 2019 13:20:20 +0000 (15:20 +0200)
committerJacek Anaszewski <jacek.anaszewski@gmail.com>
Thu, 8 Aug 2019 18:38:24 +0000 (20:38 +0200)
commit3881a72f8d0657ca998b217d0a183974ea800401
tree1cca06b813cd121ea50ba6d5dded5bc4d69858f0
parentbe7fc2cc86170bea31e1db8d596f35df52254971
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>
drivers/leds/leds-pca9532.c