]> Pileus Git - ~andy/linux/commitdiff
um: Remove usage of irq_chip->release()
authorRichard Weinberger <richard@nod.at>
Tue, 17 Apr 2012 20:37:14 +0000 (22:37 +0200)
committerRichard Weinberger <richard@nod.at>
Mon, 21 May 2012 19:09:36 +0000 (21:09 +0200)
UML does no longer need irq_chip->release().

Signed-off-by: Richard Weinberger <richard@nod.at>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
arch/um/kernel/irq.c

index 47a09eea49edf18a0fa2b9eccd1731ebd6c35d47..00506c3d5d6e5ce9cabe83fa7163c67fdec4eb7f 100644 (file)
@@ -334,7 +334,6 @@ static void dummy(struct irq_data *d)
 /* This is used for everything else than the timer. */
 static struct irq_chip normal_irq_type = {
        .name = "SIGIO",
-       .release = free_irq_by_irq_and_dev,
        .irq_disable = dummy,
        .irq_enable = dummy,
        .irq_ack = dummy,
@@ -342,7 +341,6 @@ static struct irq_chip normal_irq_type = {
 
 static struct irq_chip SIGVTALRM_irq_type = {
        .name = "SIGVTALRM",
-       .release = free_irq_by_irq_and_dev,
        .irq_disable = dummy,
        .irq_enable = dummy,
        .irq_ack = dummy,