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 /sound | |
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 'sound')
-rw-r--r-- | sound/soc/omap/omap-hdmi-audio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/omap/omap-hdmi-audio.c b/sound/soc/omap/omap-hdmi-audio.c index 64425d352962..888133f9e65d 100644 --- a/sound/soc/omap/omap-hdmi-audio.c +++ b/sound/soc/omap/omap-hdmi-audio.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <sound/asoundef.h> | 28 | #include <sound/asoundef.h> |
29 | #include <sound/omap-pcm.h> | 29 | #include <sound/omap-pcm.h> |
30 | #include <sound/omap-hdmi-audio.h> | 30 | #include <sound/omap-hdmi-audio.h> |
31 | #include <video/omapdss.h> | ||
32 | 31 | ||
33 | #define DRV_NAME "omap-hdmi-audio" | 32 | #define DRV_NAME "omap-hdmi-audio" |
34 | 33 | ||