diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-22 11:16:10 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-22 11:16:10 +0100 |
commit | 8af0894546ef781bd613fa73a9df414c83c547a0 (patch) | |
tree | 2ddb2aadf2494278e43d23bb6b6376a0b2091d41 /sound/soc/codecs/88pm860x-codec.c | |
parent | 0722d055ac2236da4e319d22a99c9f7e82dbdd5d (diff) |
ASoC: Include delay.h in 88pm860x
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/88pm860x-codec.c')
-rw-r--r-- | sound/soc/codecs/88pm860x-codec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/88pm860x-codec.c b/sound/soc/codecs/88pm860x-codec.c index df7b4a0989c..5ca122e5118 100644 --- a/sound/soc/codecs/88pm860x-codec.c +++ b/sound/soc/codecs/88pm860x-codec.c @@ -15,6 +15,7 @@ #include <linux/platform_device.h> #include <linux/mfd/88pm860x.h> #include <linux/slab.h> +#include <linux/delay.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |