From: Jan Engelhardt Date: Wed, 5 Aug 2009 17:42:58 +0000 (-0700) Subject: net: mark read-only arrays as const X-Git-Tag: v2.6.32-rc1~703^2~481 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36cbd3dcc10384f813ec0814255f576c84f2bcd4;p=pandora-kernel.git net: mark read-only arrays as const String literals are constant, and usually, we can also tag the array of pointers const too, moving it to the .rodata section. Signed-off-by: Jan Engelhardt Signed-off-by: David S. Miller --- Reading git-diff-tree failed