]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPI / x86: Export acpi_[un]register_gsi()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 31 Oct 2012 21:44:48 +0000 (22:44 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:28:00 +0000 (00:28 +0100)
commit35e92b78c1d327b1624e94d1c9c65ea7065d6b95
tree0361eefd276cf7f986d9d878085741f267160f7d
parentcf761af9ee0f2c172710ad2b7ca029016b5d4c45
ACPI / x86: Export acpi_[un]register_gsi()

These functions might be called from modules as well so make sure
they are exported.

In addition, implement empty version of acpi_unregister_gsi() and
remove the one from pci_irq.c.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/x86/kernel/acpi/boot.c
drivers/acpi/pci_irq.c