Skip to content

Commit

Permalink
drm/bridge/parade: Drop legacy GPIO header
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Linus Walleij committed Aug 5, 2019
1 parent f15543a commit 5156eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/bridge/parade-ps8622.c
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 5156eb8

Please sign in to comment.