aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSouptick Joarder <jrdr.linux@gmail.com>2019-04-14 00:59:10 +0530
committerThierry Reding <treding@nvidia.com>2019-04-23 14:18:59 +0200
commit0a4330f3597e47acf7b14ee33b74c90362bf9fce (patch)
treec324b6c1577881d3301ed360676d36260bcdca52
parentdrm/panel: simple: Add TFC S9700RTWV43TR-01B 800x480 panel support (diff)
downloadlinux-dev-0a4330f3597e47acf7b14ee33b74c90362bf9fce.tar.xz
linux-dev-0a4330f3597e47acf7b14ee33b74c90362bf9fce.zip
drm/panel: Remove duplicate header
Remove duplicate header which is included twice. Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/1555183750-11028-1-git-send-email-jrdr.linux@gmail.com
-rw-r--r--drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
index 2c9c9722734f..1b708c85fd27 100644
--- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
+++ b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
@@ -57,7 +57,6 @@
#include <drm/drmP.h>
#include <drm/drm_crtc.h>
#include <drm/drm_mipi_dsi.h>
-#include <drm/drm_panel.h>
#define RPI_DSI_DRIVER_NAME "rpi-ts-dsi"