From: Bob Copeland Date: Thu, 11 Jun 2009 02:22:20 +0000 (-0400) Subject: ath5k: cleanup ath5k_hw struct X-Git-Tag: v2.6.32-rc1~703^2~815 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46026e8f487c075f9ec4d671348e351eb5e46d3e;p=pandora-kernel.git ath5k: cleanup ath5k_hw struct ah_gpios array isn't used, and ah_current_channel can be a pointer instead of an embedded struct. Removing these and some other write-only variables, and moving some things around for better packing and cache utilization saves 116 bytes. text data bss dec hex filename 121762 472 64 122298 1ddba ath5k_before.ko 121646 472 64 122182 1dd46 ath5k.ko Signed-off-by: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed