diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-03-08 18:19:50 -0500 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-03-15 07:01:56 -0400 |
commit | 5d44b09610033d244cc157ac17fc7e6c6793b1d1 (patch) | |
tree | 9de5720b88addd7be3baf008c93405a3df9acb18 /arch/m68knommu | |
parent | 2af36dc423fca37be9149329dff1635e4ff72ac4 (diff) |
m68knommu: fix gpio warnings for ColdFire 532x targets
Fix these compiler warnings:
arch/m68knommu/platform/532x/gpio.c:35:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/532x/gpio.c:36:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/532x/gpio.c:37:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/532x/gpio.c:51:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/532x/gpio.c:52:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/532x/gpio.c:53:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/532x/gpio.c:54:3: warning: initialisation makes pointer from integer without a cast
...
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/platform/532x/gpio.c | 166 |
1 files changed, 83 insertions, 83 deletions
diff --git a/arch/m68knommu/platform/532x/gpio.c b/arch/m68knommu/platform/532x/gpio.c index 184b77382c3d..212a85deac90 100644 --- a/arch/m68knommu/platform/532x/gpio.c +++ b/arch/m68knommu/platform/532x/gpio.c | |||
@@ -32,9 +32,9 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
32 | .set = mcf_gpio_set_value, | 32 | .set = mcf_gpio_set_value, |
33 | .ngpio = 8, | 33 | .ngpio = 8, |
34 | }, | 34 | }, |
35 | .pddr = MCFEPORT_EPDDR, | 35 | .pddr = (void __iomem *) MCFEPORT_EPDDR, |
36 | .podr = MCFEPORT_EPDR, | 36 | .podr = (void __iomem *) MCFEPORT_EPDR, |
37 | .ppdr = MCFEPORT_EPPDR, | 37 | .ppdr = (void __iomem *) MCFEPORT_EPPDR, |
38 | }, | 38 | }, |
39 | { | 39 | { |
40 | .gpio_chip = { | 40 | .gpio_chip = { |
@@ -48,11 +48,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
48 | .base = 8, | 48 | .base = 8, |
49 | .ngpio = 8, | 49 | .ngpio = 8, |
50 | }, | 50 | }, |
51 | .pddr = MCFGPIO_PDDR_FECH, | 51 | .pddr = (void __iomem *) MCFGPIO_PDDR_FECH, |
52 | .podr = MCFGPIO_PODR_FECH, | 52 | .podr = (void __iomem *) MCFGPIO_PODR_FECH, |
53 | .ppdr = MCFGPIO_PPDSDR_FECH, | 53 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_FECH, |
54 | .setr = MCFGPIO_PPDSDR_FECH, | 54 | .setr = (void __iomem *) MCFGPIO_PPDSDR_FECH, |
55 | .clrr = MCFGPIO_PCLRR_FECH, | 55 | .clrr = (void __iomem *) MCFGPIO_PCLRR_FECH, |
56 | }, | 56 | }, |
57 | { | 57 | { |
58 | .gpio_chip = { | 58 | .gpio_chip = { |
@@ -66,11 +66,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
66 | .base = 16, | 66 | .base = 16, |
67 | .ngpio = 8, | 67 | .ngpio = 8, |
68 | }, | 68 | }, |
69 | .pddr = MCFGPIO_PDDR_FECL, | 69 | .pddr = (void __iomem *) MCFGPIO_PDDR_FECL, |
70 | .podr = MCFGPIO_PODR_FECL, | 70 | .podr = (void __iomem *) MCFGPIO_PODR_FECL, |
71 | .ppdr = MCFGPIO_PPDSDR_FECL, | 71 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_FECL, |
72 | .setr = MCFGPIO_PPDSDR_FECL, | 72 | .setr = (void __iomem *) MCFGPIO_PPDSDR_FECL, |
73 | .clrr = MCFGPIO_PCLRR_FECL, | 73 | .clrr = (void __iomem *) MCFGPIO_PCLRR_FECL, |
74 | }, | 74 | }, |
75 | { | 75 | { |
76 | .gpio_chip = { | 76 | .gpio_chip = { |
@@ -84,11 +84,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
84 | .base = 24, | 84 | .base = 24, |
85 | .ngpio = 5, | 85 | .ngpio = 5, |
86 | }, | 86 | }, |
87 | .pddr = MCFGPIO_PDDR_SSI, | 87 | .pddr = (void __iomem *) MCFGPIO_PDDR_SSI, |
88 | .podr = MCFGPIO_PODR_SSI, | 88 | .podr = (void __iomem *) MCFGPIO_PODR_SSI, |
89 | .ppdr = MCFGPIO_PPDSDR_SSI, | 89 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_SSI, |
90 | .setr = MCFGPIO_PPDSDR_SSI, | 90 | .setr = (void __iomem *) MCFGPIO_PPDSDR_SSI, |
91 | .clrr = MCFGPIO_PCLRR_SSI, | 91 | .clrr = (void __iomem *) MCFGPIO_PCLRR_SSI, |
92 | }, | 92 | }, |
93 | { | 93 | { |
94 | .gpio_chip = { | 94 | .gpio_chip = { |
@@ -102,11 +102,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
102 | .base = 32, | 102 | .base = 32, |
103 | .ngpio = 4, | 103 | .ngpio = 4, |
104 | }, | 104 | }, |
105 | .pddr = MCFGPIO_PDDR_BUSCTL, | 105 | .pddr = (void __iomem *) MCFGPIO_PDDR_BUSCTL, |
106 | .podr = MCFGPIO_PODR_BUSCTL, | 106 | .podr = (void __iomem *) MCFGPIO_PODR_BUSCTL, |
107 | .ppdr = MCFGPIO_PPDSDR_BUSCTL, | 107 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_BUSCTL, |
108 | .setr = MCFGPIO_PPDSDR_BUSCTL, | 108 | .setr = (void __iomem *) MCFGPIO_PPDSDR_BUSCTL, |
109 | .clrr = MCFGPIO_PCLRR_BUSCTL, | 109 | .clrr = (void __iomem *) MCFGPIO_PCLRR_BUSCTL, |
110 | }, | 110 | }, |
111 | { | 111 | { |
112 | .gpio_chip = { | 112 | .gpio_chip = { |
@@ -120,11 +120,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
120 | .base = 40, | 120 | .base = 40, |
121 | .ngpio = 4, | 121 | .ngpio = 4, |
122 | }, | 122 | }, |
123 | .pddr = MCFGPIO_PDDR_BE, | 123 | .pddr = (void __iomem *) MCFGPIO_PDDR_BE, |
124 | .podr = MCFGPIO_PODR_BE, | 124 | .podr = (void __iomem *) MCFGPIO_PODR_BE, |
125 | .ppdr = MCFGPIO_PPDSDR_BE, | 125 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_BE, |
126 | .setr = MCFGPIO_PPDSDR_BE, | 126 | .setr = (void __iomem *) MCFGPIO_PPDSDR_BE, |
127 | .clrr = MCFGPIO_PCLRR_BE, | 127 | .clrr = (void __iomem *) MCFGPIO_PCLRR_BE, |
128 | }, | 128 | }, |
129 | { | 129 | { |
130 | .gpio_chip = { | 130 | .gpio_chip = { |
@@ -138,11 +138,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
138 | .base = 49, | 138 | .base = 49, |
139 | .ngpio = 5, | 139 | .ngpio = 5, |
140 | }, | 140 | }, |
141 | .pddr = MCFGPIO_PDDR_CS, | 141 | .pddr = (void __iomem *) MCFGPIO_PDDR_CS, |
142 | .podr = MCFGPIO_PODR_CS, | 142 | .podr = (void __iomem *) MCFGPIO_PODR_CS, |
143 | .ppdr = MCFGPIO_PPDSDR_CS, | 143 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_CS, |
144 | .setr = MCFGPIO_PPDSDR_CS, | 144 | .setr = (void __iomem *) MCFGPIO_PPDSDR_CS, |
145 | .clrr = MCFGPIO_PCLRR_CS, | 145 | .clrr = (void __iomem *) MCFGPIO_PCLRR_CS, |
146 | }, | 146 | }, |
147 | { | 147 | { |
148 | .gpio_chip = { | 148 | .gpio_chip = { |
@@ -156,11 +156,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
156 | .base = 58, | 156 | .base = 58, |
157 | .ngpio = 4, | 157 | .ngpio = 4, |
158 | }, | 158 | }, |
159 | .pddr = MCFGPIO_PDDR_PWM, | 159 | .pddr = (void __iomem *) MCFGPIO_PDDR_PWM, |
160 | .podr = MCFGPIO_PODR_PWM, | 160 | .podr = (void __iomem *) MCFGPIO_PODR_PWM, |
161 | .ppdr = MCFGPIO_PPDSDR_PWM, | 161 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_PWM, |
162 | .setr = MCFGPIO_PPDSDR_PWM, | 162 | .setr = (void __iomem *) MCFGPIO_PPDSDR_PWM, |
163 | .clrr = MCFGPIO_PCLRR_PWM, | 163 | .clrr = (void __iomem *) MCFGPIO_PCLRR_PWM, |
164 | }, | 164 | }, |
165 | { | 165 | { |
166 | .gpio_chip = { | 166 | .gpio_chip = { |
@@ -174,11 +174,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
174 | .base = 64, | 174 | .base = 64, |
175 | .ngpio = 4, | 175 | .ngpio = 4, |
176 | }, | 176 | }, |
177 | .pddr = MCFGPIO_PDDR_FECI2C, | 177 | .pddr = (void __iomem *) MCFGPIO_PDDR_FECI2C, |
178 | .podr = MCFGPIO_PODR_FECI2C, | 178 | .podr = (void __iomem *) MCFGPIO_PODR_FECI2C, |
179 | .ppdr = MCFGPIO_PPDSDR_FECI2C, | 179 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_FECI2C, |
180 | .setr = MCFGPIO_PPDSDR_FECI2C, | 180 | .setr = (void __iomem *) MCFGPIO_PPDSDR_FECI2C, |
181 | .clrr = MCFGPIO_PCLRR_FECI2C, | 181 | .clrr = (void __iomem *) MCFGPIO_PCLRR_FECI2C, |
182 | }, | 182 | }, |
183 | { | 183 | { |
184 | .gpio_chip = { | 184 | .gpio_chip = { |
@@ -192,11 +192,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
192 | .base = 72, | 192 | .base = 72, |
193 | .ngpio = 8, | 193 | .ngpio = 8, |
194 | }, | 194 | }, |
195 | .pddr = MCFGPIO_PDDR_UART, | 195 | .pddr = (void __iomem *) MCFGPIO_PDDR_UART, |
196 | .podr = MCFGPIO_PODR_UART, | 196 | .podr = (void __iomem *) MCFGPIO_PODR_UART, |
197 | .ppdr = MCFGPIO_PPDSDR_UART, | 197 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_UART, |
198 | .setr = MCFGPIO_PPDSDR_UART, | 198 | .setr = (void __iomem *) MCFGPIO_PPDSDR_UART, |
199 | .clrr = MCFGPIO_PCLRR_UART, | 199 | .clrr = (void __iomem *) MCFGPIO_PCLRR_UART, |
200 | }, | 200 | }, |
201 | { | 201 | { |
202 | .gpio_chip = { | 202 | .gpio_chip = { |
@@ -210,11 +210,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
210 | .base = 80, | 210 | .base = 80, |
211 | .ngpio = 6, | 211 | .ngpio = 6, |
212 | }, | 212 | }, |
213 | .pddr = MCFGPIO_PDDR_QSPI, | 213 | .pddr = (void __iomem *) MCFGPIO_PDDR_QSPI, |
214 | .podr = MCFGPIO_PODR_QSPI, | 214 | .podr = (void __iomem *) MCFGPIO_PODR_QSPI, |
215 | .ppdr = MCFGPIO_PPDSDR_QSPI, | 215 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_QSPI, |
216 | .setr = MCFGPIO_PPDSDR_QSPI, | 216 | .setr = (void __iomem *) MCFGPIO_PPDSDR_QSPI, |
217 | .clrr = MCFGPIO_PCLRR_QSPI, | 217 | .clrr = (void __iomem *) MCFGPIO_PCLRR_QSPI, |
218 | }, | 218 | }, |
219 | { | 219 | { |
220 | .gpio_chip = { | 220 | .gpio_chip = { |
@@ -228,11 +228,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
228 | .base = 88, | 228 | .base = 88, |
229 | .ngpio = 4, | 229 | .ngpio = 4, |
230 | }, | 230 | }, |
231 | .pddr = MCFGPIO_PDDR_TIMER, | 231 | .pddr = (void __iomem *) MCFGPIO_PDDR_TIMER, |
232 | .podr = MCFGPIO_PODR_TIMER, | 232 | .podr = (void __iomem *) MCFGPIO_PODR_TIMER, |
233 | .ppdr = MCFGPIO_PPDSDR_TIMER, | 233 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_TIMER, |
234 | .setr = MCFGPIO_PPDSDR_TIMER, | 234 | .setr = (void __iomem *) MCFGPIO_PPDSDR_TIMER, |
235 | .clrr = MCFGPIO_PCLRR_TIMER, | 235 | .clrr = (void __iomem *) MCFGPIO_PCLRR_TIMER, |
236 | }, | 236 | }, |
237 | { | 237 | { |
238 | .gpio_chip = { | 238 | .gpio_chip = { |
@@ -246,11 +246,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
246 | .base = 96, | 246 | .base = 96, |
247 | .ngpio = 2, | 247 | .ngpio = 2, |
248 | }, | 248 | }, |
249 | .pddr = MCFGPIO_PDDR_LCDDATAH, | 249 | .pddr = (void __iomem *) MCFGPIO_PDDR_LCDDATAH, |
250 | .podr = MCFGPIO_PODR_LCDDATAH, | 250 | .podr = (void __iomem *) MCFGPIO_PODR_LCDDATAH, |
251 | .ppdr = MCFGPIO_PPDSDR_LCDDATAH, | 251 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_LCDDATAH, |
252 | .setr = MCFGPIO_PPDSDR_LCDDATAH, | 252 | .setr = (void __iomem *) MCFGPIO_PPDSDR_LCDDATAH, |
253 | .clrr = MCFGPIO_PCLRR_LCDDATAH, | 253 | .clrr = (void __iomem *) MCFGPIO_PCLRR_LCDDATAH, |
254 | }, | 254 | }, |
255 | { | 255 | { |
256 | .gpio_chip = { | 256 | .gpio_chip = { |
@@ -264,11 +264,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
264 | .base = 104, | 264 | .base = 104, |
265 | .ngpio = 8, | 265 | .ngpio = 8, |
266 | }, | 266 | }, |
267 | .pddr = MCFGPIO_PDDR_LCDDATAM, | 267 | .pddr = (void __iomem *) MCFGPIO_PDDR_LCDDATAM, |
268 | .podr = MCFGPIO_PODR_LCDDATAM, | 268 | .podr = (void __iomem *) MCFGPIO_PODR_LCDDATAM, |
269 | .ppdr = MCFGPIO_PPDSDR_LCDDATAM, | 269 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_LCDDATAM, |
270 | .setr = MCFGPIO_PPDSDR_LCDDATAM, | 270 | .setr = (void __iomem *) MCFGPIO_PPDSDR_LCDDATAM, |
271 | .clrr = MCFGPIO_PCLRR_LCDDATAM, | 271 | .clrr = (void __iomem *) MCFGPIO_PCLRR_LCDDATAM, |
272 | }, | 272 | }, |
273 | { | 273 | { |
274 | .gpio_chip = { | 274 | .gpio_chip = { |
@@ -282,11 +282,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
282 | .base = 112, | 282 | .base = 112, |
283 | .ngpio = 8, | 283 | .ngpio = 8, |
284 | }, | 284 | }, |
285 | .pddr = MCFGPIO_PDDR_LCDDATAL, | 285 | .pddr = (void __iomem *) MCFGPIO_PDDR_LCDDATAL, |
286 | .podr = MCFGPIO_PODR_LCDDATAL, | 286 | .podr = (void __iomem *) MCFGPIO_PODR_LCDDATAL, |
287 | .ppdr = MCFGPIO_PPDSDR_LCDDATAL, | 287 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_LCDDATAL, |
288 | .setr = MCFGPIO_PPDSDR_LCDDATAL, | 288 | .setr = (void __iomem *) MCFGPIO_PPDSDR_LCDDATAL, |
289 | .clrr = MCFGPIO_PCLRR_LCDDATAL, | 289 | .clrr = (void __iomem *) MCFGPIO_PCLRR_LCDDATAL, |
290 | }, | 290 | }, |
291 | { | 291 | { |
292 | .gpio_chip = { | 292 | .gpio_chip = { |
@@ -300,11 +300,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
300 | .base = 120, | 300 | .base = 120, |
301 | .ngpio = 1, | 301 | .ngpio = 1, |
302 | }, | 302 | }, |
303 | .pddr = MCFGPIO_PDDR_LCDCTLH, | 303 | .pddr = (void __iomem *) MCFGPIO_PDDR_LCDCTLH, |
304 | .podr = MCFGPIO_PODR_LCDCTLH, | 304 | .podr = (void __iomem *) MCFGPIO_PODR_LCDCTLH, |
305 | .ppdr = MCFGPIO_PPDSDR_LCDCTLH, | 305 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_LCDCTLH, |
306 | .setr = MCFGPIO_PPDSDR_LCDCTLH, | 306 | .setr = (void __iomem *) MCFGPIO_PPDSDR_LCDCTLH, |
307 | .clrr = MCFGPIO_PCLRR_LCDCTLH, | 307 | .clrr = (void __iomem *) MCFGPIO_PCLRR_LCDCTLH, |
308 | }, | 308 | }, |
309 | { | 309 | { |
310 | .gpio_chip = { | 310 | .gpio_chip = { |
@@ -318,11 +318,11 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = { | |||
318 | .base = 128, | 318 | .base = 128, |
319 | .ngpio = 8, | 319 | .ngpio = 8, |
320 | }, | 320 | }, |
321 | .pddr = MCFGPIO_PDDR_LCDCTLL, | 321 | .pddr = (void __iomem *) MCFGPIO_PDDR_LCDCTLL, |
322 | .podr = MCFGPIO_PODR_LCDCTLL, | 322 | .podr = (void __iomem *) MCFGPIO_PODR_LCDCTLL, |
323 | .ppdr = MCFGPIO_PPDSDR_LCDCTLL, | 323 | .ppdr = (void __iomem *) MCFGPIO_PPDSDR_LCDCTLL, |
324 | .setr = MCFGPIO_PPDSDR_LCDCTLL, | 324 | .setr = (void __iomem *) MCFGPIO_PPDSDR_LCDCTLL, |
325 | .clrr = MCFGPIO_PCLRR_LCDCTLL, | 325 | .clrr = (void __iomem *) MCFGPIO_PCLRR_LCDCTLL, |
326 | }, | 326 | }, |
327 | }; | 327 | }; |
328 | 328 | ||