linux/drivers/media/platform/sti
Colin Ian King 0c8be47d4a media: platform: sti: make a const arrays static, makes object smaller
Don't populate the const arrays on the stack but instead it
static. Makes the object code smaller by 8 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  12504	   4568	      0	  17072	   42b0	media/platform/sti/hva/hva-h264.o

After:
   text	   data	    bss	    dec	    hex	filename
  12272	   4792	      0	  17064	   42a8	media/platform/sti/hva/hva-h264.o

(gcc version 10.2.0)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-03-11 11:59:42 +01:00
..
bdisp media: bdisp: Fix runtime PM imbalance on error 2020-09-27 10:50:16 +02:00
c8sectpfe media: sti/c8sectpfe: set correct return code 2021-01-27 08:33:50 +01:00
delta media: st-delta: Fix reference count leak in delta_run_work 2020-09-27 10:56:07 +02:00
hva media: platform: sti: make a const arrays static, makes object smaller 2021-03-11 11:59:42 +01:00