mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
powerpc/prom_init: Make "default_colors" const
It's never modified. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
30c69ca048
commit
7f995d3ba6
1 changed files with 1 additions and 1 deletions
|
@ -2205,7 +2205,7 @@ static void __init prom_check_displays(void)
|
|||
ihandle ih;
|
||||
int i;
|
||||
|
||||
static unsigned char default_colors[] = {
|
||||
static const unsigned char default_colors[] = {
|
||||
0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0xaa,
|
||||
0x00, 0xaa, 0x00,
|
||||
|
|
Loading…
Add table
Reference in a new issue