X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-arm%2Firq.h;h=1b882a255e3515861f9fe58a6112ca747ad54ec3;hb=c6b44e50b8958d9bfe3003c81e70d9a53852ae52;hp=283af50a16cb359e7ee0709a0d81efb982cc952f;hpb=71bc7bf045262e82c645cad48fd56dd17e75344e;p=mv-sheeva.git diff --git a/include/asm-arm/irq.h b/include/asm-arm/irq.h index 283af50a16c..1b882a255e3 100644 --- a/include/asm-arm/irq.h +++ b/include/asm-arm/irq.h @@ -19,7 +19,6 @@ #define NO_IRQ ((unsigned int)(-1)) #endif -struct irqaction; /* * Migration helpers @@ -37,6 +36,10 @@ struct irqaction; #define IRQT_HIGH (__IRQT_HIGHLVL) #define IRQT_PROBE IRQ_TYPE_PROBE +#ifndef __ASSEMBLY__ +struct irqaction; extern void migrate_irqs(void); #endif +#endif +