From: Thomas Gleixner <tglx@linutronix.de>
To: Mark Brown <broonie@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Linus Walleij <linus.walleij@linaro.org>,
linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org,
Mark Brown <broonie@linaro.org>
Subject: Re: [PATCH] irq: Export handle_fasteoi_irq() to modules
Date: Wed, 27 Aug 2014 20:44:09 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.10.1408272043100.3323@nanos> (raw)
In-Reply-To: <1409160402-30783-1-git-send-email-broonie@kernel.org>
On Wed, 27 Aug 2014, Mark Brown wrote:
> From: Mark Brown <broonie@linaro.org>
>
> Currently handle_fasteoi_irq() is not exported which is causing build
> failures in -next for ARM allmodconfig due to gpio-zynq using it. Since
> it seems like a reasonable thing to use from a driver add an export for
> the function.
The export is already pending in tip/irq/urgent and scheduled for
Linus tree.
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
> kernel/irq/chip.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
> index a2b28a2fd7b1..9ce0c5dd4489 100644
> --- a/kernel/irq/chip.c
> +++ b/kernel/irq/chip.c
> @@ -517,6 +517,7 @@ out:
> chip->irq_eoi(&desc->irq_data);
> raw_spin_unlock(&desc->lock);
> }
> +EXPORT_SYMBOL(handle_fasteoi_irq);
>
> /**
> * handle_edge_irq - edge type IRQ handler
> --
> 2.1.0
>
>
next prev parent reply other threads:[~2014-08-27 18:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-27 17:26 Mark Brown
2014-08-27 18:44 ` Thomas Gleixner [this message]
2014-08-27 18:47 ` Mark Brown
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=alpine.DEB.2.10.1408272043100.3323@nanos \
--to=tglx@linutronix.de \
--cc=broonie@kernel.org \
--cc=broonie@linaro.org \
--cc=lars@metafoo.de \
--cc=linaro-kernel@lists.linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®