Skip to content

Commit

Permalink
drm/msm/dsi: Drop unused GPIO includes
Browse files Browse the repository at this point in the history
This DSI driver uses the new descriptor API so these old
GPIO API includes are surplus.

Cc: Rob Clark <[email protected]>
Cc: Sean Paul <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
linusw authored and robclark committed Sep 3, 2019
1 parent c9b74b8 commit 2acc0d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/msm/dsi/dsi_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/err.h>
#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/interrupt.h>
#include <linux/mfd/syscon.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <linux/of_graph.h>
#include <linux/of_irq.h>
#include <linux/pinctrl/consumer.h>
Expand Down

0 comments on commit 2acc0d2

Please sign in to comment.