]> err.no Git - linux-2.6/blobdiff - arch/sparc/kernel/sun4d_irq.c
Pull motherboard into test branch
[linux-2.6] / arch / sparc / kernel / sun4d_irq.c
index cf1b8baa57eafd4c8b9ae3f7e45fdab3564aa6a1..0e27e226e0e2e1a291f9a79fde94dd9a4511cc7c 100644 (file)
@@ -327,7 +327,7 @@ int sun4d_request_irq(unsigned int irq,
        }
        
        if (action == NULL)
-               action = (struct irqaction *)kmalloc(sizeof(struct irqaction),
+               action = kmalloc(sizeof(struct irqaction),
                                                     GFP_ATOMIC);
        
        if (!action) {