linux/drivers/misc/mei/hdcp
Rikard Falkeborn 50bf73bdce mei: hdcp: Constify struct mei_cl_device_id
mei_hdcp_tbl[] is never modified and can be made const to allow the
compiler to put it in read-only memory.

Before:
   text    data     bss     dec     hex filename
  15844    5416       0   21260    530c drivers/misc/mei/hdcp/mei_hdcp.o

After:
   text    data     bss     dec     hex filename
  16004    5256       0   21260    530c drivers/misc/mei/hdcp/mei_hdcp.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Link: https://lore.kernel.org/r/20200610224704.27082-4-rikard.falkeborn@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-06-29 18:39:44 +02:00
..
Kconfig mei: hdcp: use own Kconfig file 2019-04-25 19:33:34 +02:00
Makefile mei: adjust the copyright notice in the files. 2019-03-28 02:07:54 +09:00
mei_hdcp.c mei: hdcp: Constify struct mei_cl_device_id 2020-06-29 18:39:44 +02:00
mei_hdcp.h misc/mei/hdcp: Fill transcoder index in port info 2019-08-30 14:08:29 +05:30