• Arvind Yadav's avatar
    drm/tilcdc: tilcdc_tfp410: make of_device_ids const. · cafdee68
    Arvind Yadav authored
    of_device_ids are not supposed to change at runtime. All functions
    working with of_device_ids provided by <linux/of.h> work with const
    of_device_ids. So mark the non-const structs as const.
    
    File size before:
       text	   data	    bss	    dec	    hex	filename
       1496	    592	      0	   2088	    828	drivers/gpu/drm/tilcdc/tilcdc_tfp410.o
    
    File size after constify:
       text	   data	    bss	    dec	    hex	filename
       1880	    176	      0	   2056	    808	drivers/gpu/drm/tilcdc/tilcdc_tfp410.o
    Signed-off-by: default avatarArvind Yadav <arvind.yadav.cs@gmail.com>
    Signed-off-by: default avatarJyri Sarha <jsarha@ti.com>
    cafdee68
tilcdc_tfp410.c 9.75 KB