alistair23-linux/drivers/staging/xgifb
Colin Ian King 821797e069 staging: xgifb: make const array static to shink object code size
Don't populate const array LCDARefreshIndex on the stack, instead
make it static.  Makes the object code smaller by 340 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  84949	  12336	      0	  97285	  17c05	drivers/staging/xgifb/vb_setmode.o

After:
   text	   data	    bss	    dec	    hex	filename
  84506	  12432	      0	  96938	  17aaa	drivers/staging/xgifb/vb_setmode.o

(gcc version 7.2.0 x86_64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-22 10:57:22 +02:00
..
Kconfig
Makefile staging/xgifb: Move register helper functions to header 2015-07-14 19:55:31 -07:00
TODO
vb_def.h staging: xgifb: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
vb_init.c staging: xgifb: This patch removes the unnecessary return statement using spatch 2017-01-03 16:50:37 +01:00
vb_init.h staging: xgifb: function prototype argument should also have an identifier name 2017-03-06 09:16:59 +01:00
vb_setmode.c staging: xgifb: make const array static to shink object code size 2017-09-22 10:57:22 +02:00
vb_setmode.h staging:xgifb:vb_setmode.h: Add missing identifier names 2017-02-12 13:55:28 -08:00
vb_struct.h staging: xgifb: Avoid multiple blank lines 2016-03-11 22:09:09 -08:00
vb_table.h staging: fb_xgi: vb_table: Remove white space after tabstop 2017-06-23 19:36:49 +02:00
vb_util.h staging: xgifb: vb_util.h Space after cast 2016-11-19 14:17:51 +01:00
vgatypes.h drivers: staging: xgifb: vgatypes.h: fixed coding style warnings 2016-02-07 20:14:12 -08:00
XGI_main.h staging: xgifb: XGI_main.h Align data columns 2016-11-19 14:17:51 +01:00
XGI_main_26.c Staging: xgifb: XGI_main_26.c: Fix alignment to match parentheses 2017-09-17 16:35:26 +02:00
XGIfb.h