diff options
-rw-r--r-- | 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 6509ade71668..e0cf0602d8b7 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) | |||
156 | int i; | 156 | int i; |
157 | 157 | ||
158 | for (i = 0; i < ARRAY_SIZE(sbc8560_pins); i++) { | 158 | for (i = 0; i < ARRAY_SIZE(sbc8560_pins); i++) { |
159 | struct cpm_pin *pin = &sbc8560_pins[i]; | 159 | const struct cpm_pin *pin = &sbc8560_pins[i]; |
160 | cpm2_set_pin(pin->port, pin->pin, pin->flags); | 160 | cpm2_set_pin(pin->port, pin->pin, pin->flags); |
161 | } | 161 | } |
162 | 162 | ||