* [PATCH] xen: resolve section mismatch warnings
@ 2013-04-18 18:48 Ben Guthro
0 siblings, 0 replies; only message in thread
From: Ben Guthro @ 2013-04-18 18:48 UTC (permalink / raw)
To: konrad.wilk, linux-kernel, xen-devel; +Cc: Ben Guthro
---
drivers/xen/xen-acpi-processor.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/xen/xen-acpi-processor.c b/drivers/xen/xen-acpi-processor.c
index 86b6f69..285e3d5 100644
--- a/drivers/xen/xen-acpi-processor.c
+++ b/drivers/xen/xen-acpi-processor.c
@@ -470,7 +470,7 @@ static void free_acpi_perf_data(void)
free_percpu(acpi_perf_data);
}
-static int xen_upload_processor_pm_data(void)
+static int __init xen_upload_processor_pm_data(void)
{
struct acpi_processor *pr_backup = NULL;
unsigned int i;
@@ -498,7 +498,7 @@ static int xen_upload_processor_pm_data(void)
return rc;
}
-static void xen_acpi_processor_resume(void)
+static void __init xen_acpi_processor_resume(void)
{
bitmap_zero(acpi_ids_done, nr_acpi_bits);
xen_upload_processor_pm_data();
--
1.7.9.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-18 18:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-18 18:48 [PATCH] xen: resolve section mismatch warnings Ben Guthro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®