From: lawrence rust Date: Wed, 25 Aug 2010 12:50:20 +0000 (-0300) Subject: V4L/DVB: drivers/media: Make static data tables and strings const X-Git-Tag: v2.6.37-rc1~64^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e4e98e788d8fbe30892bee3375067a4937155da;p=pandora-kernel.git V4L/DVB: drivers/media: Make static data tables and strings const Making static data const avoids allocation of additional r/w memory and reduces initialisation time. It also provides some additional opportunities for compiler optimisations. Signed-off-by: Lawrence Rust Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed