Re: [PATCH 1/2] ACPI, x86: export acpi_[un]register_gsi()

2012-10-30 Thread Konrad Rzeszutek Wilk
On Mon, Oct 29, 2012 at 11:26:31AM +0200, Mika Westerberg wrote: > From: Andy Shevchenko > > These functions might be called from modules as well so make sure they are > exported. In addition we implement empty version of acpi_unregister_gsi() and > remove the one from pci_irq.c. > > Signed-off-

Re: [PATCH 1/2] ACPI, x86: export acpi_[un]register_gsi()

2012-10-29 Thread Mika Westerberg
On Mon, Oct 29, 2012 at 12:12:10PM +0100, Ingo Molnar wrote: > > * Mika Westerberg wrote: > > > From: Andy Shevchenko > > > > These functions might be called from modules as well so make sure they are > > exported. In addition we implement empty version of acpi_unregister_gsi() > > and > > re

Re: [PATCH 1/2] ACPI, x86: export acpi_[un]register_gsi()

2012-10-29 Thread Ingo Molnar
* Mika Westerberg wrote: > From: Andy Shevchenko > > These functions might be called from modules as well so make sure they are > exported. In addition we implement empty version of acpi_unregister_gsi() and > remove the one from pci_irq.c. > > Signed-off-by: Andy Shevchenko > Signed-off-by:

[PATCH 1/2] ACPI, x86: export acpi_[un]register_gsi()

2012-10-29 Thread Mika Westerberg
From: Andy Shevchenko These functions might be called from modules as well so make sure they are exported. In addition we implement empty version of acpi_unregister_gsi() and remove the one from pci_irq.c. Signed-off-by: Andy Shevchenko Signed-off-by: Mika Westerberg --- Although there are no