Skip to content

Commit

Permalink
powerpc/sbc8560: fix compile warning on CPM pin array
Browse files Browse the repository at this point in the history
This is just a parallel of a5dc66e
applied to the sbc8560 board.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Paul Gortmaker authored and Kumar Gala committed Sep 16, 2008
1 parent 48d6c64 commit 66576a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/85xx/sbc8560.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 66576a8

Please sign in to comment.