staging: rtl8192e: Remove dead code associated with IRQF_SHARED
This symbol is defined in the kernel. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
1bd7bcfc63
commit
a616feed4e
@ -1400,11 +1400,7 @@ short rtl8192_init(struct net_device *dev)
|
||||
(unsigned long)dev);
|
||||
|
||||
rtl8192_irq_disable(dev);
|
||||
#if defined(IRQF_SHARED)
|
||||
if (request_irq(dev->irq, (void*)rtl8192_interrupt_rsl, IRQF_SHARED, dev->name, dev))
|
||||
#else
|
||||
if (request_irq(dev->irq, (void *)rtl8192_interrupt_rsl, SA_SHIRQ, dev->name, dev))
|
||||
#endif
|
||||
{
|
||||
printk("Error allocating IRQ %d",dev->irq);
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user