]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9aeded7517db4ceab23a82ab8b5cb9d3deae4f2b
treef6dac5f6f97cfdbe8b839c6fa9c3e0ea001ac901
parent45fd7d3412e0aa832d5c0adbe0e0d9e3e3dc5488
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