diff options
author | Peter Ujfalusi | 2016-05-27 13:40:49 +0200 |
---|---|---|
committer | Peter Ujfalusi | 2016-06-03 15:06:37 +0200 |
commit | 32043da7dcf2af3510d0410b0cacfbcde95e5d26 (patch) | |
tree | 1b4912e32b9731f501b364bd61a79a96fad50612 /drivers/gpu/drm/omapdrm/dss/hdmi_common.c | |
parent | omapdss: hdmi audio: Make header file independent of video/omapdss.h (diff) | |
download | kernel-qcow2-linux-32043da7dcf2af3510d0410b0cacfbcde95e5d26.tar.gz kernel-qcow2-linux-32043da7dcf2af3510d0410b0cacfbcde95e5d26.tar.xz kernel-qcow2-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/dss/hdmi_common.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/hdmi_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi_common.c b/drivers/gpu/drm/omapdrm/dss/hdmi_common.c index 1b8fcc6c4ba1..4dfb67fe5f6d 100644 --- a/drivers/gpu/drm/omapdrm/dss/hdmi_common.c +++ b/drivers/gpu/drm/omapdrm/dss/hdmi_common.c @@ -4,8 +4,8 @@ #include <linux/kernel.h> #include <linux/err.h> #include <linux/of.h> -#include <video/omapdss.h> +#include "omapdss.h" #include "hdmi.h" int hdmi_parse_lanes_of(struct platform_device *pdev, struct device_node *ep, |