gpio: max730x: Use the right include
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Aug 2021 22:58:21 +0000 (00:58 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 23 Aug 2021 07:55:53 +0000 (09:55 +0200)
commite5e26d80840b69c1bcea4f5b0cb7ed4026a8f6a3
tree1675678d0a0b5c3d9505129a609dd0d72e00fe5a
parent3a29355a22c0275fe864100794fee58a73175d93
gpio: max730x: Use the right include

<linux/spi/max7301.h> despite the placement of the header, is
used by drivers/gpio/gpio-max730*.

The include needs struct gpio_chip and needs to include
<linux/gpio/driver.h> not the legacy <linux/gpio.h> include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
include/linux/spi/max7301.h