From: Sachin Kamat Date: Mon, 12 Aug 2013 09:40:47 +0000 (+0530) Subject: mtd: diskonchip: Fix incorrect placement of __initdata X-Git-Tag: v3.13-rc1~98^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a95b8a23133f1b21bb3e8b05d24d03ab5722c0;p=pandora-kernel.git mtd: diskonchip: Fix incorrect placement of __initdata __initdata should be placed between the variable name and equal sign for the variable to be placed in the intended section. Signed-off-by: Sachin Kamat Signed-off-by: Brian Norris --- Reading git-diff-tree failed