diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-07-08 13:31:54 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-08-05 18:50:50 +0200 |
commit | 5156eb8cd680a87123c448429129f95c3dac3c31 (patch) | |
tree | f56de043ebb8d035b815a79688ed148f88536f5a /drivers | |
parent | drm/bridge/nxp-ptn3460: Drop legacy GPIO headers (diff) | |
download | linux-5156eb8cd680a87123c448429129f95c3dac3c31.tar.xz linux-5156eb8cd680a87123c448429129f95c3dac3c31.zip |
drm/bridge/parade: Drop legacy GPIO header
This driver uses the new GPIO API from <linux/gpio/consumer.h>
so drop the inclusion of the legacy header.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190708113154.12985-1-linus.walleij@linaro.org
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/bridge/parade-ps8622.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/bridge/parade-ps8622.c b/drivers/gpu/drm/bridge/parade-ps8622.c index 2d88146e4836..93c68e2e9484 100644 --- a/drivers/gpu/drm/bridge/parade-ps8622.c +++ b/drivers/gpu/drm/bridge/parade-ps8622.c @@ -8,7 +8,6 @@ #include <linux/backlight.h> #include <linux/delay.h> #include <linux/err.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/i2c.h> #include <linux/module.h> |