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>
This commit is contained in:
Peter Ujfalusi
2016-05-31 12:36:50 +03:00
parent 7d30b9d812
commit 2ac9edac20
4 changed files with 0 additions and 4 deletions

View 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;