linux_dsm_epyc7002/drivers/net/wireless/realtek
Arvind Yadav 4dc2efc132 rtlwifi: rtl8188ee: 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
   3090	    912	      0	   4002	    fa2	realtek/rtlwifi/rtl8188ee/sw.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   3154	    848	      0	   4002	    fa2	realtek/rtlwifi/rtl8188ee/sw.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-08-03 13:06:24 +03:00
..
rtl8xxxu networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
rtl818x networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
rtlwifi rtlwifi: rtl8188ee: constify pci_device_id. 2017-08-03 13:06:24 +03:00
Kconfig realtek: create separate Kconfig file 2015-11-18 14:28:31 +02:00
Makefile