Skip to content

Commit

Permalink
ASoC: fix migor audio build
Browse files Browse the repository at this point in the history
Commit 6d803ba "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 <g.liakhovetski@gmx.de>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Guennadi Liakhovetski authored and Mark Brown committed Jan 11, 2011
1 parent 11b8fca commit f4fd58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/sh/migor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f4fd58d

Please sign in to comment.