From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 15:29:43 +0000 (+0200) Subject: x86 / ACPI: fix incorrect placement of __initdata tag X-Git-Tag: v3.13-rc1~96^2~19^2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd96dc32d59bdf620670a4a527ed9916796f654e;p=pandora-kernel.git x86 / ACPI: fix incorrect placement of __initdata tag __initdata tag should not be placed between "struct" and "resource" because it prevents the variable from being placed in the intended .init.data section. Fix it. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed