video: fbdev: kyro: make read-only array ODValues static const
authorColin Ian King <colin.i.king@gmail.com>
Tue, 8 Mar 2022 20:23:28 +0000 (20:23 +0000)
committerHelge Deller <deller@gmx.de>
Fri, 11 Mar 2022 07:27:37 +0000 (08:27 +0100)
commite445c8b2aa2df0e49f6037886c32d54a5e3960b1
tree4b627bdc81d72f8c11752ef34d3330ec6045f88a
parent5b34b0c2248968ec83ebd78669dc0b9085d13f75
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>
drivers/video/fbdev/kyro/STG4000InitDevice.c