]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/acpi/sleep.c
ACPI / Sleep: Fix incorrect placement of __initdata
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 7 Aug 2013 11:46:57 +0000 (17:16 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 7 Aug 2013 21:49:29 +0000 (23:49 +0200)
commit3e4376ffcec8e51091bd8ea54da8323e7b912971
treec516039cdfaf2a46a42d0ce88bcd35e8eb15fc5b
parent8ef9fc78911ef64df98feba8ad12e406e8fa479b
ACPI / Sleep: Fix incorrect placement of __initdata

__initdata should be placed between the variable name and equal
sign for the variable to be placed in the intended section.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/sleep.c