mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
15 lines
345 B
Diff
15 lines
345 B
Diff
|
--- driver.c~ 2007-10-30 13:13:47.000000000 +0100
|
||
|
+++ driver.c 2007-10-30 13:16:52.000000000 +0100
|
||
|
@@ -374,9 +374,9 @@
|
||
|
card->irq,
|
||
|
&irq_handler,
|
||
|
#if defined (__fcpci__) || defined (__fcpcmcia__)
|
||
|
- SA_INTERRUPT | SA_SHIRQ,
|
||
|
+ IRQF_DISABLED | IRQF_SHARED,
|
||
|
#else
|
||
|
- SA_INTERRUPT,
|
||
|
+ IRQF_DISABLED,
|
||
|
#endif
|
||
|
TARGET,
|
||
|
card
|