Files
linux/drivers/gpu/drm/sun4i
Arvind Yadav 934d143192 drm/sun4i: constify drm_plane_helper_funcs
drm_plane_helper_funcs are not supposed to change at runtime.
All functions working with drm_plane_helper_funcs provided by
<drm/drm_plane_helper.h> work with const drm_plane_helper_funcs.
So mark the non-const structs as const.

File size before:
   text	   data	    bss	    dec	    hex	filename
    981	     40	      0	   1021	    3fd drivers/gpu/drm/sun4i/sun4i_layer.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   1021	      0	      0	   1021	    3fd drivers/gpu/drm/sun4i/sun4i_layer.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
2017-07-17 08:21:33 +02:00
..
2017-06-01 09:50:01 +02:00
2017-06-01 09:50:01 +02:00
2017-06-01 09:47:23 +02:00
2017-06-01 09:47:23 +02:00
2017-06-01 09:47:23 +02:00
2017-06-01 09:50:01 +02:00
2017-06-01 09:50:01 +02:00