linux/drivers/media
Rikard Falkeborn 2d4ffef1de media: dvb-frontends: tda18271c2dd: Constify static structs
Constify a number of static structs that were not modified. In order to
be able to do that, const input arguments to a couple of functions that
not modify their argument. This allows the compiler to put them in
read-only memory, resulting in about 6k memory being read-only, and the
resulting module is 400 bytes smaller.

Before:
   text    data     bss     dec     hex filename
  15492    6873       0   22365    575d drivers/media/dvb-frontends/tda18271c2dd.ko

After:
   text    data     bss     dec     hex filename
  21021     897       0   21918    559e drivers/media/dvb-frontends/tda18271c2dd.ko

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-09-27 11:26:00 +02:00
..
cec media: cec-adap.c: add 'unregistered' checks 2020-09-26 10:25:13 +02:00
common media: videobuf2: use sgtable-based scatterlist wrappers 2020-09-26 10:35:18 +02:00
dvb-core treewide: Use fallthrough pseudo-keyword 2020-08-23 17:36:59 -05:00
dvb-frontends media: dvb-frontends: tda18271c2dd: Constify static structs 2020-09-27 11:26:00 +02:00
firewire media: firewire: Using uninitialized values in node_probe() 2020-07-04 11:57:10 +02:00
i2c media: tc358743: cleanup tc358743_cec_isr 2020-09-26 10:25:51 +02:00
mc media: mc-device.c: change media_device_request_alloc to match media_ioctl_info 2020-08-29 08:15:23 +02:00
mmc media updates for v5.8-rc1 2020-06-03 20:59:38 -07:00
pci media: netup_unidvb: drop initialization of PM pointers 2020-09-27 11:24:28 +02:00
platform media: st-delta: Fix reference count leak in delta_run_work 2020-09-27 10:56:07 +02:00
radio Linux 5.9-rc4 2020-09-07 16:13:06 +02:00
rc media: ati_remote: sanity check for both endpoints 2020-09-27 11:24:07 +02:00
spi media: i2c/Kconfig: use sub-menus for I2C support 2020-04-16 10:34:40 +02:00
test-drivers media: vivid: Add support to the CSC API 2020-09-26 10:21:34 +02:00
tuners Linux 5.9-rc4 2020-09-07 16:13:06 +02:00
usb media: flexcop-usb: remove needless check before usb_free_coherent() 2020-09-27 11:25:11 +02:00
v4l2-core media: v4l2-mem2mem: simplify poll logic 2020-09-26 10:18:09 +02:00
Kconfig media: media/test_drivers: rename to test-drivers 2020-04-16 10:38:31 +02:00
Makefile media: media/test_drivers: rename to test-drivers 2020-04-16 10:38:31 +02:00