From: Denys Vlasenko Date: Sun, 30 Mar 2008 23:13:00 +0000 (+0200) Subject: sb1000.c: make const arrays static X-Git-Tag: v2.6.26-rc1~1138^2~8^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd73bbcc99b755436d8dc4b412d23e92a685f4d;p=pandora-kernel.git sb1000.c: make const arrays static This patch replaces automatic constant arrays a-la const unsigned char Command0[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; with static ones. Size difference for 32bit x86: text data bss dec hex filename 5418 129 0 5547 15ab linux-2.6.inline-ALLYES/drivers/net/sb1000.o 5396 129 0 5525 1595 linux-2.6.followup-ALLYES/drivers/net/sb1000.o Signed-off-by: Denys Vlasenko Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed