Linux ACPI
 help / color / mirror / Atom feed
* [PATCH] ACPI/PNP: avoid section mismatch warning
@ 2010-12-07 15:05 Jan Beulich
  2010-12-11  5:55 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2010-12-07 15:05 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 drivers/pnp/pnpacpi/core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.37-rc5/drivers/pnp/pnpacpi/core.c
+++ 2.6.37-rc5-pnpacpi-sections/drivers/pnp/pnpacpi/core.c
@@ -180,7 +180,7 @@ struct pnp_protocol pnpacpi_protocol = {
 };
 EXPORT_SYMBOL(pnpacpi_protocol);
 
-static char *pnpacpi_get_id(struct acpi_device *device)
+static char *__init pnpacpi_get_id(struct acpi_device *device)
 {
 	struct acpi_hardware_id *id;
 




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-11  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 15:05 [PATCH] ACPI/PNP: avoid section mismatch warning Jan Beulich
2010-12-11  5:55 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox