From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: linux-kernel@vger.kernel.org
Cc: tony.luck@intel.com, fenghua.yu@intel.com, len.brown@intel.com,
rjw@sisk.pl, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com,
x86@kernel.org,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: [PATCH 2/2] ACPI, ia64: export acpi_[un]register_gsi()
Date: Mon, 29 Oct 2012 11:26:32 +0200 [thread overview]
Message-ID: <1351502792-13221-2-git-send-email-mika.westerberg@linux.intel.com> (raw)
In-Reply-To: <1351502792-13221-1-git-send-email-mika.westerberg@linux.intel.com>
These functions might be called from modules as well so make sure they are
exported.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
arch/ia64/kernel/acpi.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c
index 44057885..bd86e39 100644
--- a/arch/ia64/kernel/acpi.c
+++ b/arch/ia64/kernel/acpi.c
@@ -633,6 +633,7 @@ int acpi_register_gsi(struct device *dev, u32 gsi, int triggering, int polarity)
ACPI_EDGE_SENSITIVE) ? IOSAPIC_EDGE :
IOSAPIC_LEVEL);
}
+EXPORT_SYMBOL(acpi_register_gsi);
void acpi_unregister_gsi(u32 gsi)
{
@@ -644,6 +645,7 @@ void acpi_unregister_gsi(u32 gsi)
iosapic_unregister_intr(gsi);
}
+EXPORT_SYMBOL(acpi_unregister_gsi);
static int __init acpi_parse_fadt(struct acpi_table_header *table)
{
--
1.7.12.4
next prev parent reply other threads:[~2012-10-29 9:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-29 9:26 [PATCH 1/2] ACPI, x86: " Mika Westerberg
2012-10-29 9:26 ` Mika Westerberg [this message]
2012-10-30 21:01 ` [PATCH 2/2] ACPI, ia64: " Konrad Rzeszutek Wilk
2012-10-29 11:12 ` [PATCH 1/2] ACPI, x86: " Ingo Molnar
2012-10-30 6:56 ` Mika Westerberg
2012-10-30 21:01 ` Konrad Rzeszutek Wilk
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=1351502792-13221-2-git-send-email-mika.westerberg@linux.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=fenghua.yu@intel.com \
--cc=hpa@zytor.com \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=rjw@sisk.pl \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
--cc=x86@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
Powered by JetHome