From: Andrew Morton Date: Tue, 29 May 2012 22:07:32 +0000 (-0700) Subject: lib/string_helpers.c: make arrays static X-Git-Tag: v3.5-rc1~49^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68aecfb97978fe6730615f92f53c11149e929052;p=pandora-kernel.git lib/string_helpers.c: make arrays static Moving these arrays into static storage shrinks the kernel a bit: text data bss dec hex filename 723 112 64 899 383 lib/string_helpers.o 516 272 64 852 354 lib/string_helpers.o Cc: James Bottomley Cc: "Aneesh Kumar K.V" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed