From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 15:38:06 +0000 (+0200) Subject: ARM: at91: cam60: fix incorrect placement of __initdata tag X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~52^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d54322d8f69344d7248cfea038b5810fa2ba1b35;p=pandora-kernel.git ARM: at91: cam60: 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: Nicolas Ferre --- Reading git-diff-tree failed