video: fbdev: aty128fb: make some arrays static const
authorColin Ian King <colin.king@intel.com>
Sun, 9 Jan 2022 22:37:19 +0000 (22:37 +0000)
committerHelge Deller <deller@gmx.de>
Sat, 29 Jan 2022 21:24:24 +0000 (22:24 +0100)
commit0cd129de3ee7be794ed1136fc0ea60f0e696d10e
treed082d6241bf4df2737e0e97a35cd6f3a98a16b31
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
video: fbdev: aty128fb: make some arrays static const

Don't populate some read-only arrays on the stack but instead
make them static const. Also makes the object code a little smaller.
Re-format one of the declarations. Add spaces between commas and make
PostDivSet unsigned int to fixup checkpatch warnings.

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