diff mbox series

drm/panel: Remove duplicate header

Message ID 1555183750-11028-1-git-send-email-jrdr.linux@gmail.com (mailing list archive)
State New, archived
Headers show
Series drm/panel: Remove duplicate header | expand

Commit Message

Souptick Joarder April 13, 2019, 7:29 p.m. UTC
Remove duplicate header which is included twice.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Thierry Reding April 23, 2019, 12:19 p.m. UTC | #1
On Sun, Apr 14, 2019 at 12:59:10AM +0530, Souptick Joarder wrote:
> Remove duplicate header which is included twice.
> 
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
> ---
>  drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c | 1 -
>  1 file changed, 1 deletion(-)

Applied, thanks.

Thierry
diff mbox series

Patch

diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
index 2c9c972..1b708c8 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"