diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-18 07:34:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-18 09:46:58 -0500 |
commit | fc9967576829a01c98e5388410dc12c61006f79f (patch) | |
tree | 9c0595755ca46c8511791c65680e110d06a16da9 /sound/soc/pxa/poodle.c | |
parent | 59544d33ff3118f22a484d8be06cdf5cfc2fdca5 (diff) |
ASoC: Fix build for corgi and poodle
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/pxa/poodle.c')
-rw-r--r-- | sound/soc/pxa/poodle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/pxa/poodle.c b/sound/soc/pxa/poodle.c index fd683a0b742d..fb17a0a5a093 100644 --- a/sound/soc/pxa/poodle.c +++ b/sound/soc/pxa/poodle.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/module.h> | 17 | #include <linux/module.h> |
18 | #include <linux/moduleparam.h> | 18 | #include <linux/moduleparam.h> |
19 | #include <linux/timer.h> | 19 | #include <linux/timer.h> |
20 | #include <linux/i2c.h> | ||
20 | #include <linux/interrupt.h> | 21 | #include <linux/interrupt.h> |
21 | #include <linux/platform_device.h> | 22 | #include <linux/platform_device.h> |
22 | #include <sound/core.h> | 23 | #include <sound/core.h> |
@@ -330,7 +331,7 @@ static int __init poodle_init(void) | |||
330 | if (!machine_is_poodle()) | 331 | if (!machine_is_poodle()) |
331 | return -ENODEV; | 332 | return -ENODEV; |
332 | 333 | ||
333 | ret = wm8731_i2c_setup(); | 334 | ret = wm8731_i2c_register(); |
334 | if (ret != 0) | 335 | if (ret != 0) |
335 | return ret; | 336 | return ret; |
336 | 337 | ||