projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11b8fca
)
ASoC: fix migor audio build
author
Guennadi Liakhovetski
<
[email protected]
>
Tue, 11 Jan 2011 07:34:52 +0000
(08:34 +0100)
committer
Mark Brown
<
[email protected]
>
Tue, 11 Jan 2011 11:00:55 +0000
(11:00 +0000)
Commit
6d803ba736abb5e122dede70a4720e4843dd6df4
"ARM: 6483/1: arm & sh:
factorised duplicated clkdev.c" broke compilation of migor audio. Use the
correct header to fix the problem.
Signed-off-by: Guennadi Liakhovetski <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/sh/migor.c
patch
|
blob
|
history
diff --git
a/sound/soc/sh/migor.c
b/sound/soc/sh/migor.c
index df13338cb3e25411fe3d2a5051c4b5ce1e2ec969..6088a6a3238a1adfc3fa5345004eb2cee1956cc5 100644
(file)
--- a/
sound/soc/sh/migor.c
+++ b/
sound/soc/sh/migor.c
@@
-8,11
+8,11
@@
* published by the Free Software Foundation.
*/
+#include <linux/clkdev.h>
#include <linux/device.h>
#include <linux/firmware.h>
#include <linux/module.h>
-#include <asm/clkdev.h>
#include <asm/clock.h>
#include <cpu/sh7722.h>