From: tip-bot for Alexander Shiyan <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
tglx@linutronix.de, shc_work@mail.ru
Subject: [tip:irq/core] genirq: Export symbol no_action()
Date: Sat, 22 Mar 2014 03:36:27 -0700 [thread overview]
Message-ID: <tip-d6ee6d2325faeec3fb0122a4840678a2ba62b04b@git.kernel.org> (raw)
In-Reply-To: <1395476431-16070-1-git-send-email-shc_work@mail.ru>
Commit-ID: d6ee6d2325faeec3fb0122a4840678a2ba62b04b
Gitweb: http://git.kernel.org/tip/d6ee6d2325faeec3fb0122a4840678a2ba62b04b
Author: Alexander Shiyan <shc_work@mail.ru>
AuthorDate: Sat, 22 Mar 2014 12:20:31 +0400
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Sat, 22 Mar 2014 11:33:09 +0100
genirq: Export symbol no_action()
This will allow to use the dummy IRQ handler no_action() from drivers
compiled as module. Drivers which use ARM FIQ interrupts can use this
to request the interrupt via the normal request_irq() mechanism w/o
having to copy the dummy handler to their own code.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Link: http://lkml.kernel.org/r/1395476431-16070-1-git-send-email-shc_work@mail.ru
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
kernel/irq/handle.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c
index bfec453..6354802 100644
--- a/kernel/irq/handle.c
+++ b/kernel/irq/handle.c
@@ -41,6 +41,7 @@ irqreturn_t no_action(int cpl, void *dev_id)
{
return IRQ_NONE;
}
+EXPORT_SYMBOL_GPL(no_action);
static void warn_no_thread(unsigned int irq, struct irqaction *action)
{
prev parent reply other threads:[~2014-03-22 10:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-22 8:20 [PATCH RESEND] irq: " Alexander Shiyan
2014-03-22 10:36 ` tip-bot for Alexander Shiyan [this message]
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-d6ee6d2325faeec3fb0122a4840678a2ba62b04b@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=shc_work@mail.ru \
--cc=tglx@linutronix.de \
/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
Powered by JetHome