diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 4bb97646a67a..061072c7db03 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -26,7 +26,6 @@ | |||
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | 28 | ||
29 | #include <sound/driver.h> | ||
30 | #include <asm/io.h> | 29 | #include <asm/io.h> |
31 | #include <linux/delay.h> | 30 | #include <linux/delay.h> |
32 | #include <linux/interrupt.h> | 31 | #include <linux/interrupt.h> |
@@ -2146,7 +2145,6 @@ static int __devinit snd_intel8x0_mixer(struct intel8x0 *chip, int ac97_clock, | |||
2146 | snd_printk(KERN_ERR "Unable to initialize codec #%d\n", i); | 2145 | snd_printk(KERN_ERR "Unable to initialize codec #%d\n", i); |
2147 | if (i == 0) | 2146 | if (i == 0) |
2148 | goto __err; | 2147 | goto __err; |
2149 | continue; | ||
2150 | } | 2148 | } |
2151 | } | 2149 | } |
2152 | /* tune up the primary codec */ | 2150 | /* tune up the primary codec */ |