Blackfin arch: allow people to select the feature that is unavailable to the kernel
[safe/jmp/linux-2.6] / arch / blackfin / kernel / irqchip.c
index 462ae41..73647c1 100644 (file)
@@ -98,9 +98,8 @@ int show_interrupts(struct seq_file *p, void *v)
  */
 
 #ifdef CONFIG_DO_IRQ_L1
-asmlinkage void asm_do_IRQ(unsigned int irq, struct pt_regs *regs)__attribute__((l1_text));
+__attribute__((l1_text))
 #endif
-
 asmlinkage void asm_do_IRQ(unsigned int irq, struct pt_regs *regs)
 {
        struct pt_regs *old_regs;