From: Mauro Carvalho Chehab Date: Tue, 28 Apr 2015 15:39:02 +0000 (-0300) Subject: [media] qt1010: Reduce text size by using static const X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~518 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efc0ac5a0e54657f74c2d6e73e146d249116a608;p=pandora-kernel.git [media] qt1010: Reduce text size by using static const Using static const allows the compiler to optimize the code. Before static const: text data bss dec hex filename 4982 524 1568 7074 1ba2 drivers/media/tuners/qt1010.o After static const: text data bss dec hex filename 4714 524 1568 6806 1a96 drivers/media/tuners/qt1010.o Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed