From: Mauro Carvalho Chehab Date: Tue, 19 May 2015 11:19:47 +0000 (-0300) Subject: [media] cx24120: constify static data X-Git-Tag: omap-for-v4.3/legacy-v2-signed~140^2~270 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8fe6c92576a0d6e2b04df2ef139125c3f341b5;p=pandora-kernel.git [media] cx24120: constify static data Use const on the static data, as gcc may optimize better the code. Also, would prevent that some code would override the data there. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Patrick Boettcher --- Reading git-diff-tree failed