From: Bartlomiej Zolnierkiewicz Date: Mon, 30 Sep 2013 13:05:25 +0000 (+0200) Subject: ARM: OMAP1: fix incorrect placement of __initdata tag X-Git-Tag: omap-for-v3.13/fixes-not-urgent-signed~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e7ba662ce365d4fecb9002a30bdbc97a4e9a40;p=pandora-kernel.git ARM: OMAP1: 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: Tony Lindgren --- Reading git-diff-tree failed