diff options
Diffstat (limited to 'drivers/net/natsemi.c')
-rw-r--r-- | drivers/net/natsemi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/natsemi.c b/drivers/net/natsemi.c index 5657049c2160..9df2628be1e7 100644 --- a/drivers/net/natsemi.c +++ b/drivers/net/natsemi.c | |||
@@ -138,7 +138,6 @@ | |||
138 | * big endian support with CFG:BEM instead of cpu_to_le32 | 138 | * big endian support with CFG:BEM instead of cpu_to_le32 |
139 | */ | 139 | */ |
140 | 140 | ||
141 | #include <linux/config.h> | ||
142 | #include <linux/module.h> | 141 | #include <linux/module.h> |
143 | #include <linux/kernel.h> | 142 | #include <linux/kernel.h> |
144 | #include <linux/string.h> | 143 | #include <linux/string.h> |
@@ -1575,7 +1574,7 @@ static int netdev_open(struct net_device *dev) | |||
1575 | /* Reset the chip, just in case. */ | 1574 | /* Reset the chip, just in case. */ |
1576 | natsemi_reset(dev); | 1575 | natsemi_reset(dev); |
1577 | 1576 | ||
1578 | i = request_irq(dev->irq, &intr_handler, SA_SHIRQ, dev->name, dev); | 1577 | i = request_irq(dev->irq, &intr_handler, IRQF_SHARED, dev->name, dev); |
1579 | if (i) return i; | 1578 | if (i) return i; |
1580 | 1579 | ||
1581 | if (netif_msg_ifup(np)) | 1580 | if (netif_msg_ifup(np)) |