]> git.baikalelectronics.ru Git - kernel.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)
commit3e056defc745e07d087531e6dd2a46e560acd539
tree0361eefd276cf7f986d9d878085741f267160f7d
parenta672b7359f1eb085d720818dde77b8ae459df0a7
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