From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 13:11:42 +0000 (+0200) Subject: powerpc/legacy_serial: Fix incorrect placement of __initdata tag X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1473dcfaf4fb38ba2dcb2fb7ac7d0242185fa3;p=pandora-kernel.git powerpc/legacy_serial: 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