]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/cris/arch-v32/kernel/irq.c
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / arch / cris / arch-v32 / kernel / irq.c
index 295131fee710ebe97758fed49f71fc5c0a3b906c..df3925cb1c7fbbcab86f8445491d0e77ebf684a9 100644 (file)
@@ -333,7 +333,7 @@ void set_affinity_crisv32_irq(unsigned int irq, const struct cpumask *dest)
        spin_unlock_irqrestore(&irq_lock, flags);
 }
 
-static struct hw_interrupt_type crisv32_irq_type = {
+static struct irq_chip crisv32_irq_type = {
        .typename =    "CRISv32",
        .startup =     startup_crisv32_irq,
        .shutdown =    shutdown_crisv32_irq,