From: Sachin Kamat Date: Thu, 8 Aug 2013 11:40:50 +0000 (+0530) Subject: serial: bfin_sport_uart: Fix incorrect placement of __initdata X-Git-Tag: v3.12-rc1~182^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20246fdfe2cc8d8f94ab69b8e816e6762a4c56c7;p=pandora-kernel.git serial: bfin_sport_uart: 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 Acked-by: Sonic Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed