[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-6ea96e7e4946f790330557e4b7c4c8a174c1c6d2@git.kernel.org>
Date: Mon, 14 Feb 2011 18:39:59 GMT
From: tip-bot for Thomas Gleixner <tglx@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, jdike@...toit.com, hpa@...or.com,
mingo@...hat.com, akpm@...ux-foundation.org, peterz@...radead.org,
tglx@...utronix.de
Subject: [tip:um/irq] um: Remove stale irq_chip.end
Commit-ID: 6ea96e7e4946f790330557e4b7c4c8a174c1c6d2
Gitweb: http://git.kernel.org/tip/6ea96e7e4946f790330557e4b7c4c8a174c1c6d2
Author: Thomas Gleixner <tglx@...utronix.de>
AuthorDate: Sun, 6 Feb 2011 22:45:31 +0000
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Mon, 14 Feb 2011 19:37:39 +0100
um: Remove stale irq_chip.end
irq_chip.end got obsolete with the remnoval of __do_IRQ().
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: Jeff Dike <jdike@...toit.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>
LKML-Reference: <20110206224515.135703209@...utronix.de>
---
arch/um/kernel/irq.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c
index 3f0ac9e..c916748 100644
--- a/arch/um/kernel/irq.c
+++ b/arch/um/kernel/irq.c
@@ -374,7 +374,6 @@ static struct irq_chip normal_irq_type = {
.disable = dummy,
.enable = dummy,
.ack = dummy,
- .end = dummy
};
static struct irq_chip SIGVTALRM_irq_type = {
@@ -384,7 +383,6 @@ static struct irq_chip SIGVTALRM_irq_type = {
.disable = dummy,
.enable = dummy,
.ack = dummy,
- .end = dummy
};
void __init init_IRQ(void)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists