From: Kirill Smelkov Date: Wed, 26 Dec 2012 15:23:26 +0000 (-0300) Subject: [media] vivi: Constify structures X-Git-Tag: v3.9-rc1~93^2~326 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19bec500168108bf28710fae304523679ffb40f;p=pandora-kernel.git [media] vivi: Constify structures Most of *_ops and other structures in vivi.c were already declared const but some have not. Constify and code/data will take less space: $ size drivers/media/platform/vivi.o text data bss dec hex filename before: 12569 248 8 12825 3219 drivers/media/platform/vivi.o after: 12308 20 8 12336 3030 drivers/media/platform/vivi.o i.e. vivi.o is now ~500 bytes less. Signed-off-by: Kirill Smelkov Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed