From: tip-bot for Thomas Gleixner <tglx@linutronix.de>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, jdike@addtoit.com, hpa@zytor.com,
mingo@redhat.com, akpm@linux-foundation.org,
peterz@infradead.org, tglx@linutronix.de
Subject: [tip:um/irq] um: Remove stale irq_chip.end
Date: Mon, 14 Feb 2011 18:39:59 GMT [thread overview]
Message-ID: <tip-6ea96e7e4946f790330557e4b7c4c8a174c1c6d2@git.kernel.org> (raw)
In-Reply-To: <20110206224515.135703209@linutronix.de>
Commit-ID: 6ea96e7e4946f790330557e4b7c4c8a174c1c6d2
Gitweb: http://git.kernel.org/tip/6ea96e7e4946f790330557e4b7c4c8a174c1c6d2
Author: Thomas Gleixner <tglx@linutronix.de>
AuthorDate: Sun, 6 Feb 2011 22:45:31 +0000
Committer: Thomas Gleixner <tglx@linutronix.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@linutronix.de>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <20110206224515.135703209@linutronix.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)
next prev parent reply other threads:[~2011-02-14 18:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-06 22:45 [patch 0/4] UML: Convert irq_chips and use proper accessors Thomas Gleixner
2011-02-06 22:45 ` [patch 1/4] um: Remove stale irq_chip.end Thomas Gleixner
2011-02-14 18:39 ` tip-bot for Thomas Gleixner [this message]
2011-02-06 22:45 ` [patch 2/4] um: Convert irq_chips to new functions Thomas Gleixner
2011-02-14 18:40 ` [tip:um/irq] " tip-bot for Thomas Gleixner
2011-02-06 22:45 ` [patch 3/4] um: Use proper accessors in show_interrupts() Thomas Gleixner
2011-02-14 18:40 ` [tip:um/irq] " tip-bot for Thomas Gleixner
2011-02-06 22:45 ` [patch 4/4] um: Select GENERIC_HARDIRQS_NO_DEPRECATED Thomas Gleixner
2011-02-14 18:41 ` [tip:um/irq] " tip-bot for Thomas Gleixner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-6ea96e7e4946f790330557e4b7c4c8a174c1c6d2@git.kernel.org \
--to=tglx@linutronix.de \
--cc=akpm@linux-foundation.org \
--cc=hpa@zytor.com \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox