Эх сурвалжийг харах

drm/omap: displays: Do not include video/omap-panel-data.h if not needed

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>
Peter Ujfalusi 9 жил өмнө
parent
commit
2ac9edac20

+ 0 - 1
drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c

@@ -16,7 +16,6 @@
 #include <linux/of_gpio.h>
 #include <linux/of_gpio.h>
 
 
 #include <video/omapdss.h>
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 
 
 struct panel_drv_data {
 struct panel_drv_data {
 	struct omap_dss_device dssdev;
 	struct omap_dss_device dssdev;

+ 0 - 1
drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c

@@ -17,7 +17,6 @@
 #include <linux/gpio/consumer.h>
 #include <linux/gpio/consumer.h>
 
 
 #include <video/omapdss.h>
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 
 
 struct panel_drv_data {
 struct panel_drv_data {
 	struct omap_dss_device dssdev;
 	struct omap_dss_device dssdev;

+ 0 - 1
drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c

@@ -26,7 +26,6 @@
 #include <linux/of_gpio.h>
 #include <linux/of_gpio.h>
 
 
 #include <video/omapdss.h>
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 #include <video/mipi_display.h>
 #include <video/mipi_display.h>
 
 
 /* DSI Virtual channel. Hardcoded for now. */
 /* DSI Virtual channel. Hardcoded for now. */

+ 0 - 1
drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c

@@ -17,7 +17,6 @@
 #include <linux/gpio.h>
 #include <linux/gpio.h>
 
 
 #include <video/omapdss.h>
 #include <video/omapdss.h>
-#include <video/omap-panel-data.h>
 
 
 static struct omap_video_timings lb035q02_timings = {
 static struct omap_video_timings lb035q02_timings = {
 	.x_res = 320,
 	.x_res = 320,