diff options
author | Kirill Smelkov <kirr@navytux.spb.ru> | 2012-12-26 19:23:26 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-28 19:32:51 +0400 |
commit | c19bec500168108bf28710fae304523679ffb40f (patch) | |
tree | 42303a26e767c6d4512d3587d97a3383d6f3b72d /drivers/media/usb | |
parent | 0322bd3980b3ebf7dde8474e22614cb443d6479a (diff) | |
download | linux-c19bec500168108bf28710fae304523679ffb40f.tar.xz |
[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 <kirr@navytux.spb.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb')
0 files changed, 0 insertions, 0 deletions