gpio: cs5535: Include proper header
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 14 Jan 2018 00:56:24 +0000 (01:56 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 14 Jan 2018 00:56:24 +0000 (01:56 +0100)
commit326a2926c900237ef2c67c3648ed5d64f4c6f090
tree9f4d23c63c82108bef5386f799ab8bc87d8cbc22
parent6ba40f875d12a8583a10b1c6996fc87a56ba8bdf
gpio: cs5535: Include proper header

This driver has no business including <linux/gpio.h>, it is a
driver so include <linux/gpio/driver.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-cs5535.c