Input: adp5589-keys - use the right header
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 30 Aug 2021 21:23:10 +0000 (14:23 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 30 Aug 2021 22:55:18 +0000 (15:55 -0700)
commit1c6aacecea383b5982299c34b4b191f6f21eb14d
tree128b863df92ec9a79728af6a883141a56f0b4e04
parent9d9bfd180c8e3748be1f1a8843b0b54ed0ef42c9
Input: adp5589-keys - use the right header

This keyboard driver is implementing a GPIO driver, so it need
to include <linux/gpio/driver.h> and not the legacy <linux/gpio.h>
header.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Link: https://lore.kernel.org/r/20210816232707.485031-1-linus.walleij@linaro.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/adp5589-keys.c