linux/drivers/video/fbdev/nvidia
Arvind Yadav e40bbded49 video: fbdev: nvidia: constify pci_device_id.
pci_device_id are not supposed to change at runtime. All functions
working with pci_device_id provided by <linux/pci.h> work with
const pci_device_id. So mark the non-const structs as const.

File size before:
   text	   data	    bss	    dec	    hex	filename
  12149	    768	     36	  12953	   3299	video/fbdev/nvidia/nvidia.o

File size after adding 'const':
   text	   data	    bss	    dec	    hex	filename
  12213	    704	     36	  12953	   3299	video/fbdev/nvidia/nvidia.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Antonino Daplas <adaplas@gmail.com>
Cc: Maik Broemme <mbroemme@libmpq.org>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2017-08-01 17:20:43 +02:00
..
Makefile fbdev: nvidia: remove the dependency on PPC_OF 2015-03-17 20:04:32 +11:00
nv_accel.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> 2017-03-02 08:42:30 +01:00
nv_backlight.c
nv_dma.h
nv_hw.c
nv_i2c.c
nv_local.h
nv_of.c fbdev: nvidia: remove the dependency on PPC_OF 2015-03-17 20:04:32 +11:00
nv_proto.h fbdev: nvidia: remove the dependency on PPC_OF 2015-03-17 20:04:32 +11:00
nv_setup.c
nv_type.h video: fbdev: nvidia: use arch_phys_wc_add() and ioremap_wc() 2015-06-03 12:41:50 +03:00
nvidia.c video: fbdev: nvidia: constify pci_device_id. 2017-08-01 17:20:43 +02:00