diff options
| author | Colin Ian King <[email protected]> | 2017-07-11 13:20:02 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2017-07-20 15:06:08 -0400 |
| commit | d4a06464c20540a2c266a371b1602d300b99f11e (patch) | |
| tree | 4bc933e137453efd0c4f45271bac44d92d5bf945 /tools/perf/scripts/python | |
| parent | 3802c1bc2c127e9396d95a274a6bd6fcb5c9a397 (diff) | |
media: staging: fbtft: make const array gamma_par_mask static
Don't populate array gamma_par_mask on the stack but instead make it
static. Makes the object code smaller by 148 bytes:
Before:
text data bss dec hex filename
2993 1104 0 4097 1001 drivers/staging/fbtft/fb_st7789v.o
After:
text data bss dec hex filename
2757 1192 0 3949 f6d drivers/staging/fbtft/fb_st7789v.o
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions