OpenCloudOS-Kernel/drivers/video/fbdev/via
Arvind Yadav 6e8e55a906 video: fbdev: via: 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
   3856	    968	    128	   4952	   1358	video/fbdev/via/via-core.o

File size after adding 'const':
   text	   data	    bss	    dec	    hex	filename
   4304	    520	    128	   4952	   1358	video/fbdev/via/via-core.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:41 +02:00
..
Makefile
accel.c fbdev: Use IS_ENABLED() instead of checking for built-in or module 2016-05-13 15:14:38 +03:00
accel.h
chip.h
debug.h
dvi.c
dvi.h
global.c
global.h
hw.c
hw.h
ioctl.c
ioctl.h
lcd.c
lcd.h
share.h
tblDPASetting.c
tblDPASetting.h
via-core.c video: fbdev: via: constify pci_device_id. 2017-08-01 17:20:41 +02:00
via-gpio.c video: fbdev: via: use gpiochip data pointer 2016-01-07 00:02:34 +01:00
via_aux.c
via_aux.h
via_aux_ch7301.c
via_aux_edid.c
via_aux_sii164.c
via_aux_vt1621.c
via_aux_vt1622.c
via_aux_vt1625.c
via_aux_vt1631.c
via_aux_vt1632.c
via_aux_vt1636.c
via_clock.c fbdev: via/via_clock: fix sparse warning 2015-03-02 13:17:25 +02:00
via_clock.h
via_i2c.c
via_modesetting.c
via_modesetting.h
via_utility.c
via_utility.h
viafbdev.c video: fbdev: via: remove possibly unused variables 2017-06-14 12:40:36 +02:00
viafbdev.h
viamode.c
viamode.h
vt1636.c
vt1636.h