linux/drivers/media/pci
Colin Ian King 4b8a14c8f8 media: cx88: make const arrays default_addr_list and pvr2000_addr_list static
Don't populate arrays default_addr_list and pvr2000_addr_list on the
stack but instead make them static. Makes the object code smaller by
over 340 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  12520	   2800	     64	  15384	   3c18	drivers/media/pci/cx88/cx88-input.o

After:
   text	   data	    bss	    dec	    hex	filename
  12142	   2832	     64	  15038	   3abe	drivers/media/pci/cx88/cx88-input.o

(gcc version 7.2.0 x86_64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-11-07 04:02:53 -05:00
..
b2c2 media: fix media Kconfig help syntax issues 2017-09-23 14:59:24 -04:00
bt8xx media: pci: Convert timers to use timer_setup() 2017-10-31 07:24:43 -04:00
cobalt media: cobalt: do not register subdev nodes 2017-09-23 14:58:22 -04:00
cx18 media: pci: Convert timers to use timer_setup() 2017-10-31 07:24:43 -04:00
cx88 media: cx88: make const arrays default_addr_list and pvr2000_addr_list static 2017-11-07 04:02:53 -05:00
cx23885 media: cx23885/saa7134: make vb2_ops const 2017-10-27 14:12:44 +02:00
cx25821 Linux 4.14-rc2 2017-09-29 05:24:10 -04:00
ddbridge media: ddbridge: fix build warnings 2017-11-07 03:12:17 -05:00
dm1105 media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_* 2017-08-20 10:02:48 -04:00
dt3155 media: pci: make video_device const 2017-08-27 08:44:58 -04:00
ivtv media: pci: Convert timers to use timer_setup() 2017-10-31 07:24:43 -04:00
mantis media: drivers: Adjust checks for null pointers 2017-09-23 08:20:57 -04:00
meye media: meye: Adjust two function calls together with a variable assignment 2017-09-23 08:31:20 -04:00
netup_unidvb media: pci: Convert timers to use timer_setup() 2017-10-31 07:24:43 -04:00
ngene media: ngene: constify i2c_algorithm structure 2017-07-20 14:59:58 -04:00
pluto2 media: pluto2: constify pci_device_id 2017-08-09 09:44:46 -04:00
pt1 media: pt1: constify pci_device_id 2017-08-09 09:46:57 -04:00
pt3 media: media/dvb: earth-pt3: fix hang-up in a rare case 2017-07-20 15:01:30 -04:00
saa7134 media: saa7134: Convert timers to use timer_setup() 2017-10-31 07:13:05 -04:00
saa7146 media: Hexium Orion: Adjust one function call together with a variable assignment 2017-09-23 08:31:39 -04:00
saa7164 media: pci: make i2c_client const 2017-09-23 08:28:03 -04:00
smipcie media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_* 2017-08-20 10:02:48 -04:00
solo6x10 media: pci: make video_device const 2017-08-27 08:44:58 -04:00
sta2x11 media: pci: make video_device const 2017-08-27 08:44:58 -04:00
ttpci media: av7110: avoid 2038 overflow in debug print 2017-11-07 03:11:02 -05:00
tw68 media: pci: make video_device const 2017-08-27 08:44:58 -04:00
tw686x media: pci: Convert timers to use timer_setup() 2017-10-31 07:24:43 -04:00
tw5864 media: tw5864, fc0011: better handle WARN_ON() 2017-06-24 16:19:27 -03:00
zoran media: zoran: make zoran_template const 2017-10-27 14:12:04 +02:00
Kconfig [media] pci: Add tw5864 driver 2016-08-24 11:17:22 -03:00
Makefile [media] pci: Add tw5864 driver 2016-08-24 11:17:22 -03:00