commit | e445c8b2aa2df0e49f6037886c32d54a5e3960b1 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.i.king@gmail.com> | Tue Mar 08 20:23:28 2022 +0000 |
committer | Helge Deller <deller@gmx.de> | Fri Mar 11 08:27:37 2022 +0100 |
tree | 4b627bdc81d72f8c11752ef34d3330ec6045f88a | |
parent | 5b34b0c2248968ec83ebd78669dc0b9085d13f75 [diff] |
video: fbdev: kyro: make read-only array ODValues static const Don't populate the read-only array ODValues on the stack but instead make it static const. 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>