linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / sh / drivers / pci / pci-st40.c
index 7c81b8b..cb67521 100644 (file)
@@ -7,6 +7,7 @@
  * Support functions for the ST40 PCI hardware.
  */
 
+#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/smp.h>
 #include <linux/smp_lock.h>
@@ -447,7 +448,7 @@ static int __init pcibios_init(void)
                     PHYSADDR(memory_end) - PHYSADDR(memory_start));
 
        if (request_irq(ST40PCI_ERR_IRQ, st40_pci_irq, 
-                        IRQF_DISABLED, "st40pci", NULL)) {
+                        SA_INTERRUPT, "st40pci", NULL)) {
                printk(KERN_ERR "st40pci: Cannot hook interrupt\n");
                return -EIO;
        }