Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f995d3b authored by Benjamin Herrenschmidt's avatar Benjamin Herrenschmidt Committed by Michael Ellerman
Browse files

powerpc/prom_init: Make "default_colors" const



It's never modified.

Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 30c69ca0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,