From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 13:13:55 +0000 (+0200) Subject: powerpc/8xx/tqm8xx: Fix incorrect placement of __initdata tag X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1443d6a2a740b0b0dd644dba0fb96863eea238eb;p=pandora-kernel.git powerpc/8xx/tqm8xx: Fix incorrect placement of __initdata tag __initdata tag should be placed between the variable name and equal sign for the variable to be placed in the intended .init.data section. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed