leds: pca955x: Include the right GPIO header
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Jun 2020 22:47:35 +0000 (00:47 +0200)
committerPavel Machek <pavel@ucw.cz>
Sun, 12 Jul 2020 07:53:24 +0000 (09:53 +0200)
commit0987c7df8abce177437780eb983b785147dc058e
treef6dac5f6f97cfdbe8b839c6fa9c3e0ea001ac901
parentac219bf3c9bdf9200767e8c98a56ad42c75e5cd5
leds: pca955x: Include the right GPIO header

This driver provides a GPIO chip, so include <linux/gpio/driver.h>
and not the legacy <linux/gpio.h> header.

Cc: Andrew Jeffery <andrew@aj.id.au>
Cc: Joel Stanley <joel@jms.id.au>
Cc: Matt Spinler <mspinler@linux.vnet.ibm.com>
Cc: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-pca955x.c