]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit86b72eb46d1731cfcb99e535a008ee34eda0ed14
tree128b863df92ec9a79728af6a883141a56f0b4e04
parent461c03aa9ec4273c01a2b62513b61c05f1426a7c
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