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>
Mon, 17 Jan 2022 10:48:45 +0000 (11:48 +0100)
commita820d5ff94182ca487ef937e6ebab81bff733079
tree0a1c8fe3b6a681ccb0a3c482af0c530a741f625a
parent0c947b893d69231a9add855939da7c66237ab44f
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