diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-27 14:40:49 +0300 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 16:06:37 +0300 |
commit | 32043da7dcf2af3510d0410b0cacfbcde95e5d26 (patch) | |
tree | 1b4912e32b9731f501b364bd61a79a96fad50612 /drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c | |
parent | 5fd7447a215b31a4dba78423c61d1525dbcda83f (diff) | |
download | talos-obmc-linux-32043da7dcf2af3510d0410b0cacfbcde95e5d26.tar.gz talos-obmc-linux-32043da7dcf2af3510d0410b0cacfbcde95e5d26.zip |
drm/omap: Do not include video/omapdss.h directly in drivers
All drivers to include the omapdrm/dss/omapdss.h header file. This header
includes the <video/omapdss.h>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c b/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c index 780cb263a318..6872b6adf095 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c @@ -18,7 +18,7 @@ #include <linux/gpio.h> #include <linux/of_gpio.h> -#include <video/omapdss.h> +#include "../dss/omapdss.h" struct panel_drv_data { struct omap_dss_device dssdev; |