diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2010-12-26 23:42:20 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-12-29 08:06:29 -0500 |
commit | 644a98453d5764f467b73f2e02df0d2688da1873 (patch) | |
tree | 9bbbf2390fbe83d20dc598b09ca6cb384f2f7308 /drivers/video/sh_mobile_hdmi.c | |
parent | 7116f452c8e3e38f99ab3231a758eb366dacfe4a (diff) |
fbdev: sh_mobile_hdmi: fixup compile error
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/video/sh_mobile_hdmi.c')
-rw-r--r-- | drivers/video/sh_mobile_hdmi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/sh_mobile_hdmi.c b/drivers/video/sh_mobile_hdmi.c index d7df10315d8d..b19941d37ed4 100644 --- a/drivers/video/sh_mobile_hdmi.c +++ b/drivers/video/sh_mobile_hdmi.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
23 | #include <linux/types.h> | 23 | #include <linux/types.h> |
24 | #include <linux/workqueue.h> | 24 | #include <linux/workqueue.h> |
25 | #include <sound/soc.h> | ||
25 | #include <sound/soc-dapm.h> | 26 | #include <sound/soc-dapm.h> |
26 | #include <sound/initval.h> | 27 | #include <sound/initval.h> |
27 | 28 | ||