diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-31 05:36:50 -0400 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 09:06:28 -0400 |
commit | 2ac9edac20f62f0a69e010ffb1d9f3ca817d6c59 (patch) | |
tree | 7a0de1552f3d91d0cff98afcf8f8e2c1f3311328 /drivers/gpu/drm/omapdrm | |
parent | 7d30b9d812275c5094289b991d3dcf419a084647 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/omapdrm')
4 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c b/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c index 2fd5602880a7..6b7d4fc3ac12 100644 --- a/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c +++ b/drivers/gpu/drm/omapdrm/displays/encoder-tfp410.c | |||
@@ -16,7 +16,6 @@ | |||
16 | #include <linux/of_gpio.h> | 16 | #include <linux/of_gpio.h> |
17 | 17 | ||
18 | #include <video/omapdss.h> | 18 | #include <video/omapdss.h> |
19 | #include <video/omap-panel-data.h> | ||
20 | 19 | ||
21 | struct panel_drv_data { | 20 | struct panel_drv_data { |
22 | struct omap_dss_device dssdev; | 21 | struct omap_dss_device dssdev; |
diff --git a/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c b/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c index 916a89978387..f4f23f5cfe3e 100644 --- a/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c +++ b/drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/gpio/consumer.h> | 17 | #include <linux/gpio/consumer.h> |
18 | 18 | ||
19 | #include <video/omapdss.h> | 19 | #include <video/omapdss.h> |
20 | #include <video/omap-panel-data.h> | ||
21 | 20 | ||
22 | struct panel_drv_data { | 21 | struct panel_drv_data { |
23 | struct omap_dss_device dssdev; | 22 | struct omap_dss_device dssdev; |
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c index 36485c2137ce..6dcb75f6f0c5 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/of_gpio.h> | 26 | #include <linux/of_gpio.h> |
27 | 27 | ||
28 | #include <video/omapdss.h> | 28 | #include <video/omapdss.h> |
29 | #include <video/omap-panel-data.h> | ||
30 | #include <video/mipi_display.h> | 29 | #include <video/mipi_display.h> |
31 | 30 | ||
32 | /* DSI Virtual channel. Hardcoded for now. */ | 31 | /* DSI Virtual channel. Hardcoded for now. */ |
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c index 458f77bc473d..1bd682864217 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/gpio.h> | 17 | #include <linux/gpio.h> |
18 | 18 | ||
19 | #include <video/omapdss.h> | 19 | #include <video/omapdss.h> |
20 | #include <video/omap-panel-data.h> | ||
21 | 20 | ||
22 | static struct omap_video_timings lb035q02_timings = { | 21 | static struct omap_video_timings lb035q02_timings = { |
23 | .x_res = 320, | 22 | .x_res = 320, |