Colin Ian King 0c09dd051b video: fbdev: radeon: make const array post_divs static, reduces object code size
Don't populate the read-only const array post_divs on the stack,
instead make it static. Makes the object code smaller by 90 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  40231	   8584	    896	  49711	   c22f	radeon_base.o

After:
   text	   data	    bss	    dec	    hex	filename
  39914	   8744	    960	  49618	   c1d2	radeon_base.o

(gcc version 7.2.0, x86_64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2017-10-12 18:28:26 +02:00
..
2017-09-14 13:33:33 -07:00
2017-08-21 16:49:58 +02:00
2017-09-14 13:33:33 -07:00
2017-09-14 13:33:33 -07:00
2017-02-25 13:20:22 -08:00
2017-09-04 16:00:49 +02:00
2016-02-26 13:28:35 +02:00
2016-02-26 13:28:35 +02:00
2017-09-04 16:00:49 +02:00
2015-10-08 12:19:39 +03:00
2017-05-27 15:41:17 -04:00
2017-09-14 13:33:33 -07:00
2016-09-07 12:06:53 +03:00
2017-05-11 11:12:26 -07:00