diff options
Diffstat (limited to 'drivers/net/wan/hostess_sv11.c')
-rw-r--r-- | drivers/net/wan/hostess_sv11.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wan/hostess_sv11.c b/drivers/net/wan/hostess_sv11.c index 15002c3d0d95..48edc5f4dac8 100644 --- a/drivers/net/wan/hostess_sv11.c +++ b/drivers/net/wan/hostess_sv11.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <linux/delay.h> | 30 | #include <linux/delay.h> |
31 | #include <linux/hdlc.h> | 31 | #include <linux/hdlc.h> |
32 | #include <linux/ioport.h> | 32 | #include <linux/ioport.h> |
33 | #include <linux/slab.h> | ||
33 | #include <net/arp.h> | 34 | #include <net/arp.h> |
34 | 35 | ||
35 | #include <asm/irq.h> | 36 | #include <asm/irq.h> |
@@ -218,7 +219,7 @@ static struct z8530_dev *sv11_init(int iobase, int irq) | |||
218 | /* We want a fast IRQ for this device. Actually we'd like an even faster | 219 | /* We want a fast IRQ for this device. Actually we'd like an even faster |
219 | IRQ ;) - This is one driver RtLinux is made for */ | 220 | IRQ ;) - This is one driver RtLinux is made for */ |
220 | 221 | ||
221 | if (request_irq(irq, &z8530_interrupt, IRQF_DISABLED, | 222 | if (request_irq(irq, z8530_interrupt, IRQF_DISABLED, |
222 | "Hostess SV11", sv) < 0) { | 223 | "Hostess SV11", sv) < 0) { |
223 | printk(KERN_WARNING "hostess: IRQ %d already in use.\n", irq); | 224 | printk(KERN_WARNING "hostess: IRQ %d already in use.\n", irq); |
224 | goto err_irq; | 225 | goto err_irq; |