Re: [PATCH] video: fbdev: vt8623fb: Constify static vga_regsets

2020-07-10 Thread Bartlomiej Zolnierkiewicz
On 7/1/20 11:02 PM, Rikard Falkeborn wrote: > These are not modified so make them const to allow the compiler to put > them in read-only memory. > > Before: >textdata bss dec hex filename > 255097928 64 3350182dd drivers/video/fbdev/vt8623fb.o > > After: >

[PATCH] video: fbdev: vt8623fb: Constify static vga_regsets

2020-07-02 Thread Rikard Falkeborn
These are not modified so make them const to allow the compiler to put them in read-only memory. Before: textdata bss dec hex filename 255097928 64 3350182dd drivers/video/fbdev/vt8623fb.o After: textdata bss dec hex filename 265336904