]> asedeno.scripts.mit.edu Git - linux.git/commit
i2c: imx: Include the right GPIO header
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 8 Dec 2017 13:35:35 +0000 (14:35 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 12 Dec 2017 22:31:45 +0000 (23:31 +0100)
commit7d42762d8cdff2974c3cfddeb480d467018f55fe
tree4f40dfbc02dea6f1b8768f984d5a60eb13543237
parent4c3c9a9d0d97b29ed290d342177eeb13cd649189
i2c: imx: Include the right GPIO header

<linux/of_gpio.h> is not used in this file, by
<linux/gpio/consumer.h> is.

Someone is just lucky with their implicit includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-imx.c