* [PATCH] sbc8560: fix compile warning on CPM pin array
@ 2008-09-03 20:02 Paul Gortmaker
2008-09-16 15:10 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Paul Gortmaker @ 2008-09-03 20:02 UTC (permalink / raw)
To: linuxppc-dev; +Cc: Paul Gortmaker
This is just a parallel of a5dc66e2ab2e2cf641346b056a69a67cfcf9458c
applied to the sbc8560 board.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
arch/powerpc/platforms/85xx/sbc8560.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/platforms/85xx/sbc8560.c b/arch/powerpc/platforms/85xx/sbc8560.c
index c34b33d..4d1ea1a 100644
--- a/arch/powerpc/platforms/85xx/sbc8560.c
+++ b/arch/powerpc/platforms/85xx/sbc8560.c
@@ -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);
}
--
1.6.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-16 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03 20:02 [PATCH] sbc8560: fix compile warning on CPM pin array Paul Gortmaker
2008-09-16 15:10 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).