From: Ben Guthro Date: Thu, 18 Apr 2013 21:39:48 +0000 (-0400) Subject: xen: resolve section mismatch warnings in xen-acpi-processor X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~147^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18c0025b692a293e3e4aecb34264563c0a442448;p=pandora-kernel.git xen: resolve section mismatch warnings in xen-acpi-processor The following resolves a section mismatch warning below in xen-acpi-processor introduced by 3fac10145b766a2244422788f62dc35978613fd8 [13/13] xen: Re-upload processor PM data to hypervisor after S3 resume (v2) Warning: WARNING: drivers/xen/built-in.o(.text+0x2056a): Section mismatch in reference from the function xen_upload_processor_pm_data() to the function .init.text:read_acpi_id() The function xen_upload_processor_pm_data() references the function __init read_acpi_id(). This is often because xen_upload_processor_pm_data lacks a __init annotation or the annotation of read_acpi_id is wrong. Reported-by: kbuild test robot Signed-off-by: Ben Guthro Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed