From: Artem Bityutskiy Date: Wed, 6 Jan 2010 12:20:31 +0000 (+0200) Subject: UBI: mark few variables as __initdata X-Git-Tag: v2.6.34-rc1~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e0c7ef3f6c95357ce359a4f9223f0dfcd21cef7;p=pandora-kernel.git UBI: mark few variables as __initdata The @mtd_devs and @mtd_dev_param variables are used only during the initialization, and all functions that use the variables have the __init prefix. This means we can safely mark the variables as __initdata, which is a tiny optimization. Impact: tiny RAM consumption optimization when UBI is used as a kernel module. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed