mfd: madera: Include correct gpio API
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 26 Sep 2022 05:44:18 +0000 (22:44 -0700)
committerLee Jones <lee@kernel.org>
Wed, 7 Dec 2022 13:28:07 +0000 (13:28 +0000)
commitde5567ca320aee5c99dd7bbebefffb05cc9df9f4
treee0d26cd6976e9e34e83df700257314b52b17a28f
parent2e992b22ccd1a620165a077355163798c3951d4b
mfd: madera: Include correct gpio API

The driver is using gpiod API and therefore should include
linux/gpio/consumer.h, not linux/gpio.h. Also, the driver does not use
any of the APIs from of_gpio.h, so we should not be including it.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20220926054421.1546436-2-dmitry.torokhov@gmail.com
drivers/mfd/madera-core.c