Colin Ian King d4a06464c2 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 <colin.king@canonical.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-07-20 15:06:08 -04:00
..
2017-07-03 19:57:30 -07:00
2017-06-20 10:17:45 +08:00
2017-07-03 19:57:30 -07:00
2017-04-28 12:07:24 +02:00
2017-07-06 10:56:51 -07:00
2017-05-05 18:16:23 -07:00
2017-05-05 18:16:23 -07:00