diff options
| author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-30 06:26:28 -0400 |
|---|---|---|
| committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 09:06:36 -0400 |
| commit | 5fd7447a215b31a4dba78423c61d1525dbcda83f (patch) | |
| tree | 0288c760232c414cf30e7f324d8762b1e0513ff0 /drivers/gpu/drm/omapdrm | |
| parent | f28316f2fd6cbd012dbc09b1bbd12be660112ddb (diff) | |
omapdss: hdmi audio: Make header file independent of video/omapdss.h
Clean up the header files regarding to hdmi audio so the omap-hdmi-audio.h
file will only need to include the platform_data/omapdss.h file.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
CC: Mark Brown <broonie@kernel.org>
CC: Jyri Sarha <jsarha@ti.com>
CC: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/hdmi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi.h b/drivers/gpu/drm/omapdrm/dss/hdmi.h index 53616b02b613..c32a21a26054 100644 --- a/drivers/gpu/drm/omapdrm/dss/hdmi.h +++ b/drivers/gpu/drm/omapdrm/dss/hdmi.h | |||
| @@ -24,6 +24,7 @@ | |||
| 24 | #include <linux/platform_device.h> | 24 | #include <linux/platform_device.h> |
| 25 | #include <linux/hdmi.h> | 25 | #include <linux/hdmi.h> |
| 26 | #include <video/omapdss.h> | 26 | #include <video/omapdss.h> |
| 27 | #include <sound/omap-hdmi-audio.h> | ||
| 27 | 28 | ||
| 28 | #include "dss.h" | 29 | #include "dss.h" |
| 29 | 30 | ||
