diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-01 18:34:34 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-03-06 12:49:18 +0300 |
commit | 0108ae7fd2972707cde3fafa6fec555c50c64e28 (patch) | |
tree | b5f8261196f441b8fc504deaadccdfe5799783ec /drivers/media/usb/em28xx/em28xx-i2c.c | |
parent | aa62980be47e1fe1f40cbaf0a80589193faa7ab9 (diff) | |
download | linux-0108ae7fd2972707cde3fafa6fec555c50c64e28.tar.xz |
media: em28xx: constify most static structs
There are several em28xx static structs that can now be constified.
That caused a significant reduction at data segment:
Before:
text data bss dec hex filename
85017 59588 576 145181 2371d drivers/media/usb/em28xx/em28xx.o
After:
text data bss dec hex filename
112345 32292 576 145213 2373d drivers/media/usb/em28xx/em28xx.o
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx-i2c.c')
0 files changed, 0 insertions, 0 deletions