]> 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)
commit80dcdd0bfa90eb10ab238c1bc8185fb14e83330e
tree128b863df92ec9a79728af6a883141a56f0b4e04
parentfadaf0c4090628b0f1f7eade61ad862748ea3872
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