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

Commit 66576a87 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Kumar Gala
Browse files

powerpc/sbc8560: fix compile warning on CPM pin array



This is just a parallel of a5dc66e2
applied to the sbc8560 board.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 48d6c643
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ static void __init init_ioports(void)
	int i;

	for (i = 0; i < ARRAY_SIZE(sbc8560_pins); i++) {
		struct cpm_pin *pin = &sbc8560_pins[i];
		const struct cpm_pin *pin = &sbc8560_pins[i];
		cpm2_set_pin(pin->port, pin->pin, pin->flags);
	}