From: Johannes Berg Date: Mon, 20 Jan 2014 22:38:59 +0000 (+0100) Subject: iwlwifi: make various things const X-Git-Tag: v3.15-rc1~113^2~159^2^2~129^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5209263df94a41090199c95b21939139760fd85;p=pandora-kernel.git iwlwifi: make various things const There are a number of things in the .data section that should really be in .rodata, for example all ops structs and strings. Mark everything const that can be, leaving the .data section pretty much empty. Signed-off-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed