public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@sonymobile•com>
To: Mark Brown <broonie@kernel•org>, Thomas Gleixner <tglx@linutronix•de>
Cc: Marc Zyngier <marc.zyngier@arm•com>,
	linux-kernel@vger•kernel.org, linux-next@vger•kernel.org,
	kernel-build-reports@lists•linaro.org,
	linaro-kernel@lists•linaro.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro•org>,
	Linus Walleij <linus.walleij@linaro•org>
Subject: [PATCH] genirq: Export irq_{get,set}_irqchip_state()
Date: Wed, 22 Jul 2015 12:43:04 -0700	[thread overview]
Message-ID: <1437594184-22966-1-git-send-email-bjorn.andersson@sonymobile.com> (raw)
In-Reply-To: <20150722184015.GA11162@sirena.org.uk>

Export these functions to be able to build the Qualcomm family A PMIC
gpio and mpp drivers as modules.

Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile•com>
---
 kernel/irq/manage.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
index f9744853b656..3ceedb34e38b 100644
--- a/kernel/irq/manage.c
+++ b/kernel/irq/manage.c
@@ -1875,6 +1875,7 @@ int irq_get_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
 	irq_put_desc_busunlock(desc, flags);
 	return err;
 }
+EXPORT_SYMBOL(irq_get_irqchip_state);
 
 /**
  *	irq_set_irqchip_state - set the state of a forwarded interrupt.
@@ -1920,3 +1921,4 @@ int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which,
 	irq_put_desc_busunlock(desc, flags);
 	return err;
 }
+EXPORT_SYMBOL(irq_set_irqchip_state);
-- 
1.8.2.2

  reply	other threads:[~2015-07-22 19:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-22 14:30 next-20150722 build: 2 failures 75 warnings (next-20150722) Build bot for Mark Brown
2015-07-22 18:40 ` Mark Brown
2015-07-22 19:43   ` Bjorn Andersson [this message]
2015-07-24 10:53     ` [PATCH] genirq: Export irq_{get,set}_irqchip_state() Mark Brown
2015-07-27 13:23     ` Linus Walleij
2015-07-28 18:49       ` Thomas Gleixner
2015-07-22 18:43 ` next-20150722 build: 2 failures 75 warnings (next-20150722) Mark Brown
2015-07-22 21:26   ` Joachim Eastwood
2015-07-23 15:54     ` Rob Herring
2015-07-22 22:10   ` [PATCH] memory: pl172: fix modular build Joachim Eastwood
2015-07-22 23:10     ` Olof Johansson

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=1437594184-22966-1-git-send-email-bjorn.andersson@sonymobile.com \
    --to=bjorn.andersson@sonymobile$(echo .)com \
    --cc=broonie@kernel$(echo .)org \
    --cc=kernel-build-reports@lists$(echo .)linaro.org \
    --cc=linaro-kernel@lists$(echo .)linaro.org \
    --cc=linus.walleij@linaro$(echo .)org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=marc.zyngier@arm$(echo .)com \
    --cc=srinivas.kandagatla@linaro$(echo .)org \
    --cc=tglx@linutronix$(echo .)de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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