From: Jiri Slaby Date: Sat, 7 Mar 2009 09:26:41 +0000 (+0100) Subject: ath5k: constify stuff X-Git-Tag: v2.6.30-rc1~662^2~195^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c91108c55477334f6854a587ec6e9111d8f1407;p=pandora-kernel.git ath5k: constify stuff Make some structures const to place them in .rodata, since we won't change them. Most important parts of objdump -h: - 0 .text 00011170 + 0 .text 00011140 - 5 .rodata 0000828e + 5 .rodata 0000895e - 13 .data 00000560 + 13 .data 00000110 - 14 .devinit.data 00000260 Signed-off-by: Jiri Slaby Acked-by: Nick Kossifidis Cc: Luis R. Rodriguez Cc: Bob Copeland Signed-off-by: John W. Linville --- Reading git-diff-tree failed