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. > >

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

2012-10-30 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: [PATCH 1/2] ACPI, x86: export acpi_[un]register_gsi()

2012-10-30 Thread Mika Westerberg
On Mon, Oct 29, 2012 at 12:12:10PM +0100, Ingo Molnar wrote: * Mika Westerberg mika.westerb...@linux.intel.com wrote: From: Andy Shevchenko andriy.shevche...@linux.intel.com These functions might be called from modules as well so make sure they are exported. In addition we implement

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 andriy.shevche...@linux.intel.com 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

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 >

[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

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

2012-10-29 Thread Mika Westerberg
From: Andy Shevchenko andriy.shevche...@linux.intel.com 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

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

2012-10-29 Thread Ingo Molnar
* Mika Westerberg mika.westerb...@linux.intel.com wrote: From: Andy Shevchenko andriy.shevche...@linux.intel.com 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