Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
[pandora-kernel.git] / arch / blackfin / mach-bf537 / boards / cm_bf537e.c
index 2c776e1..d582b81 100644 (file)
@@ -775,7 +775,7 @@ static int __init cm_bf537e_init(void)
 #endif
 
 #if defined(CONFIG_PATA_PLATFORM) || defined(CONFIG_PATA_PLATFORM_MODULE)
-       irq_desc[PATA_INT].status |= IRQ_NOAUTOEN;
+       irq_set_status_flags(PATA_INT, IRQ_NOAUTOEN);
 #endif
        return 0;
 }