drm/omap: displays: Do not include video/omap-panel-data.h if not needed
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 31 May 2016 09:36:50 +0000 (12:36 +0300)
committerPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 3 Jun 2016 13:06:28 +0000 (16:06 +0300)
Some panel/encoder/connector driver includes omap-panel-data.h but they
do not need it. Remove the inclusion of video/omap-panel-data.h from these
drivers.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c
drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c
drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c
drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c

index 2fd5602880a76176c60ca99d75b085194e9f34cd..6b7d4fc3ac125d527f3af939b85c0ac5e88e06ee 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/of_gpio.h>
 
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 
 struct panel_drv_data {
        struct omap_dss_device dssdev;
index 916a89978387c8c9c2ff73f1091a1d743eab5202..f4f23f5cfe3eaeb61270285fe03415e6356828ff 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/gpio/consumer.h>
 
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 
 struct panel_drv_data {
        struct omap_dss_device dssdev;
index 36485c2137ce43e57cad855dc459f9c0f13bcc41..6dcb75f6f0c55f1571da5a4c17206d929312b0b1 100644 (file)
@@ -26,7 +26,6 @@
 #include <linux/of_gpio.h>
 
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 #include <video/mipi_display.h>
 
 /* DSI Virtual channel. Hardcoded for now. */
index 458f77bc473dde54497727e0971afb038037108d..1bd682864217ba512e43fab007db8b65e4106d71 100644 (file)
@@ -17,7 +17,6 @@
 #include <linux/gpio.h>
 
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 
 static struct omap_video_timings lb035q02_timings = {
        .x_res = 320,