fbdev: kyro: make some const read-only arrays static and reduce type size
authorColin Ian King <colin.i.king@gmail.com>
Wed, 12 Jul 2023 16:11:23 +0000 (17:11 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 20 Jul 2023 05:52:54 +0000 (07:52 +0200)
commit298e082558d86aa904486d087ce45d35c1122f1e
tree770aeac578d886eb93c85008cfc9981286c58308
parent933ab3a81cb73d08bc6b4eadeb3a98c9194abdf5
fbdev: kyro: make some const read-only arrays static and reduce type size

Don't populate the const read-only arrays on the stack but instead
make them static const. Use smaller types to use less storage for
the arrays.  Also makes the object code a little smaller.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/kyro/STG4000InitDevice.c