diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-13 14:58:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-13 14:58:23 +0100 |
commit | 3e8e2cc45c9d6b5c1265838a8cff701815321dbc (patch) | |
tree | 708e85b74bac0427389d6f41e04522dfced1773c /sound/soc/sh | |
parent | ASoC: sh: fsi-ak4642: fixup platform device id (diff) | |
parent | ASoC: documentation updates (diff) | |
download | linux-3e8e2cc45c9d6b5c1265838a8cff701815321dbc.tar.xz linux-3e8e2cc45c9d6b5c1265838a8cff701815321dbc.zip |
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/migor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/migor.c b/sound/soc/sh/migor.c index df13338cb3e2..6088a6a3238a 100644 --- 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> |