mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
345 B
Diff
14 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
|