From: Jan Beulich Date: Tue, 26 Oct 2010 21:22:26 +0000 (-0700) Subject: modules: no need to align .modinfo strings X-Git-Tag: v2.6.37-rc1~105^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6472776816af1ed52848c93d26e3edb3b17adab;p=pandora-kernel.git modules: no need to align .modinfo strings gcc aligns strings as a performance consideration for those cases where strings are being used a lot. Their use is not performance critical, and hence it seems better to save some space. Signed-off-by: Jan Beulich Acked-by: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed