linux-sg2042/drivers/media/pci/saa7134
Bhumika Goyal f558461335 [media] saa7134: constify nxt200x_config structures
Declare nxt200x_config structures as const as they are only passed as
an argument to the function dvb_attach. dvb_attach calls its first
argument on the rest of its arguments. The first argument of
dvb_attach in the changed cases is nxt200x_attach and the parameter of
this function to which the object references are passed is of type
const. So, nxt200x_config structures having this property can be made
const.

File size before:
   text	   data	    bss	    dec	    hex	filename
  21320	   3776	     16	  25112	   6218	saa7134/saa7134-dvb.o

File size after:
   text	   data	    bss	    dec	    hex	filename
  21384	   3744	     16	  25144	   6238	saa7134/saa7134-dvb.o

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-04-17 12:18:52 -03:00
..
Kconfig [media] saa7134: Fix compilation breakage when go7007 is not selected 2014-09-23 16:13:47 -03:00
Makefile [media] saa7134: Fix compilation breakage when go7007 is not selected 2014-09-23 16:13:47 -03:00
saa7134-alsa.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
saa7134-cards.c [media] tveeprom: get rid of unused arg on tveeprom_hauppauge_analog() 2017-03-03 07:35:02 -03:00
saa7134-core.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
saa7134-dvb.c [media] saa7134: constify nxt200x_config structures 2017-04-17 12:18:52 -03:00
saa7134-empress.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
saa7134-go7007.c [media] go7007: constify go7007_hpi_ops structures 2016-02-01 07:34:07 -02:00
saa7134-i2c.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
saa7134-input.c [media] rc-main: assign driver type during allocation 2017-01-30 13:59:57 -02:00
saa7134-reg.h [media] saa7134: add vidioc_querystd 2014-05-23 12:56:01 -03:00
saa7134-ts.c [media] saa7134: use setup_timer 2017-04-10 14:45:05 -03:00
saa7134-tvaudio.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
saa7134-vbi.c [media] saa7134: use setup_timer 2017-04-10 14:45:05 -03:00
saa7134-video.c [media] saa7134: use setup_timer 2017-04-10 14:45:05 -03:00
saa7134.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00