From: Jan Beulich Date: Fri, 23 Jan 2015 08:12:06 +0000 (+0000) Subject: ACPI / sleep: mark acpi_sleep_dmi_check() __init X-Git-Tag: fixes-v4.0-rc1~160^2~8^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b691c9cf297bc32a021b7fef0dd0e32f130e542;p=pandora-kernel.git ACPI / sleep: mark acpi_sleep_dmi_check() __init This makes a difference if the compiler decides not to inline the function, as then the function's reference to acpisleep_dmi_table[] yields a section mismatch warning. Signed-off-by: Jan Beulich Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed