net: mark read-only arrays as const
authorJan Engelhardt <jengelh@medozas.de>
Wed, 5 Aug 2009 17:42:58 +0000 (10:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Aug 2009 17:42:58 +0000 (10:42 -0700)
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 <jengelh@medozas.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found