From: Joe Perches Date: Sun, 21 Nov 2010 02:39:01 +0000 (-0800) Subject: rt2x00: Use static const X-Git-Tag: v2.6.38-rc1~476^2~405^2^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e16e41d62ddc75704a0344567a807ebb41a929;p=pandora-kernel.git rt2x00: Use static const Using static const generally increases object text and decreases data size. It also generally decreases overall object size. text data bss dec hex filename 40197 56 8336 48589 bdcd drivers/net/wireless/rt2x00/rt2800lib.o.new 40205 56 8336 48597 bdd5 drivers/net/wireless/rt2x00/rt2800lib.o.old Signed-off-by: Joe Perches Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed