diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2010-10-14 22:21:46 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2010-10-20 00:27:46 -0400 |
commit | 6451d7783ba5ff24eb1a544eaa6665b890f30466 (patch) | |
tree | 78651bbbed163fe933cd42deabebad682d7c03dc /arch/arm/mach-orion5x | |
parent | c293393faa8e11a5a80a9e358718432b8697f451 (diff) |
arm: remove machine_desc.io_pg_offst and .phys_io
Since we're now using addruart to establish the debug mapping, we can
remove the io_pg_offst and phys_io members of struct machine_desc.
The various declarations were removed using the following script:
grep -rl MACHINE_START arch/arm | xargs \
sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
[ Initial patch was from Jeremy Kerr, example script from Russell King ]
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Acked-by: Eric Miao <eric.miao at canonical.com>
Diffstat (limited to 'arch/arm/mach-orion5x')
20 files changed, 0 insertions, 44 deletions
diff --git a/arch/arm/mach-orion5x/d2net-setup.c b/arch/arm/mach-orion5x/d2net-setup.c index 7130904ad999..b1c451f5ee27 100644 --- a/arch/arm/mach-orion5x/d2net-setup.c +++ b/arch/arm/mach-orion5x/d2net-setup.c | |||
@@ -336,8 +336,6 @@ static void __init d2net_init(void) | |||
336 | 336 | ||
337 | #ifdef CONFIG_MACH_D2NET | 337 | #ifdef CONFIG_MACH_D2NET |
338 | MACHINE_START(D2NET, "LaCie d2 Network") | 338 | MACHINE_START(D2NET, "LaCie d2 Network") |
339 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
340 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
341 | .boot_params = 0x00000100, | 339 | .boot_params = 0x00000100, |
342 | .init_machine = d2net_init, | 340 | .init_machine = d2net_init, |
343 | .map_io = orion5x_map_io, | 341 | .map_io = orion5x_map_io, |
@@ -349,8 +347,6 @@ MACHINE_END | |||
349 | 347 | ||
350 | #ifdef CONFIG_MACH_BIGDISK | 348 | #ifdef CONFIG_MACH_BIGDISK |
351 | MACHINE_START(BIGDISK, "LaCie Big Disk Network") | 349 | MACHINE_START(BIGDISK, "LaCie Big Disk Network") |
352 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
353 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
354 | .boot_params = 0x00000100, | 350 | .boot_params = 0x00000100, |
355 | .init_machine = d2net_init, | 351 | .init_machine = d2net_init, |
356 | .map_io = orion5x_map_io, | 352 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/db88f5281-setup.c b/arch/arm/mach-orion5x/db88f5281-setup.c index d318bea2af91..df1083f5b6eb 100644 --- a/arch/arm/mach-orion5x/db88f5281-setup.c +++ b/arch/arm/mach-orion5x/db88f5281-setup.c | |||
@@ -358,8 +358,6 @@ static void __init db88f5281_init(void) | |||
358 | 358 | ||
359 | MACHINE_START(DB88F5281, "Marvell Orion-2 Development Board") | 359 | MACHINE_START(DB88F5281, "Marvell Orion-2 Development Board") |
360 | /* Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ | 360 | /* Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ |
361 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
362 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
363 | .boot_params = 0x00000100, | 361 | .boot_params = 0x00000100, |
364 | .init_machine = db88f5281_init, | 362 | .init_machine = db88f5281_init, |
365 | .map_io = orion5x_map_io, | 363 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index a47100d46a4e..3a7bc0e36982 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -730,8 +730,6 @@ static void __init dns323_init(void) | |||
730 | /* Warning: D-Link uses a wrong mach-type (=526) in their bootloader */ | 730 | /* Warning: D-Link uses a wrong mach-type (=526) in their bootloader */ |
731 | MACHINE_START(DNS323, "D-Link DNS-323") | 731 | MACHINE_START(DNS323, "D-Link DNS-323") |
732 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ | 732 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ |
733 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
734 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
735 | .boot_params = 0x00000100, | 733 | .boot_params = 0x00000100, |
736 | .init_machine = dns323_init, | 734 | .init_machine = dns323_init, |
737 | .map_io = orion5x_map_io, | 735 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/edmini_v2-setup.c b/arch/arm/mach-orion5x/edmini_v2-setup.c index b24ee0c2cd61..ba98459f44b0 100644 --- a/arch/arm/mach-orion5x/edmini_v2-setup.c +++ b/arch/arm/mach-orion5x/edmini_v2-setup.c | |||
@@ -251,8 +251,6 @@ static void __init edmini_v2_init(void) | |||
251 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ | 251 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ |
252 | MACHINE_START(EDMINI_V2, "LaCie Ethernet Disk mini V2") | 252 | MACHINE_START(EDMINI_V2, "LaCie Ethernet Disk mini V2") |
253 | /* Maintainer: Christopher Moore <moore@free.fr> */ | 253 | /* Maintainer: Christopher Moore <moore@free.fr> */ |
254 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
255 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
256 | .boot_params = 0x00000100, | 254 | .boot_params = 0x00000100, |
257 | .init_machine = edmini_v2_init, | 255 | .init_machine = edmini_v2_init, |
258 | .map_io = orion5x_map_io, | 256 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/kurobox_pro-setup.c b/arch/arm/mach-orion5x/kurobox_pro-setup.c index dfbb68df7b09..4be9aa08de69 100644 --- a/arch/arm/mach-orion5x/kurobox_pro-setup.c +++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c | |||
@@ -379,8 +379,6 @@ static void __init kurobox_pro_init(void) | |||
379 | #ifdef CONFIG_MACH_KUROBOX_PRO | 379 | #ifdef CONFIG_MACH_KUROBOX_PRO |
380 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") | 380 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") |
381 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ | 381 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ |
382 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
383 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
384 | .boot_params = 0x00000100, | 382 | .boot_params = 0x00000100, |
385 | .init_machine = kurobox_pro_init, | 383 | .init_machine = kurobox_pro_init, |
386 | .map_io = orion5x_map_io, | 384 | .map_io = orion5x_map_io, |
@@ -393,8 +391,6 @@ MACHINE_END | |||
393 | #ifdef CONFIG_MACH_LINKSTATION_PRO | 391 | #ifdef CONFIG_MACH_LINKSTATION_PRO |
394 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") | 392 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") |
395 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ | 393 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ |
396 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
397 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
398 | .boot_params = 0x00000100, | 394 | .boot_params = 0x00000100, |
399 | .init_machine = kurobox_pro_init, | 395 | .init_machine = kurobox_pro_init, |
400 | .map_io = orion5x_map_io, | 396 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ls_hgl-setup.c b/arch/arm/mach-orion5x/ls_hgl-setup.c index 8e569be6e2c7..437364b7168e 100644 --- a/arch/arm/mach-orion5x/ls_hgl-setup.c +++ b/arch/arm/mach-orion5x/ls_hgl-setup.c | |||
@@ -265,8 +265,6 @@ static void __init ls_hgl_init(void) | |||
265 | 265 | ||
266 | MACHINE_START(LINKSTATION_LS_HGL, "Buffalo Linkstation LS-HGL") | 266 | MACHINE_START(LINKSTATION_LS_HGL, "Buffalo Linkstation LS-HGL") |
267 | /* Maintainer: Zhu Qingsen <zhuqs@cn.fujistu.com> */ | 267 | /* Maintainer: Zhu Qingsen <zhuqs@cn.fujistu.com> */ |
268 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
269 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
270 | .boot_params = 0x00000100, | 268 | .boot_params = 0x00000100, |
271 | .init_machine = ls_hgl_init, | 269 | .init_machine = ls_hgl_init, |
272 | .map_io = orion5x_map_io, | 270 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/lsmini-setup.c b/arch/arm/mach-orion5x/lsmini-setup.c index c704f056de1e..ab9b0cf0a90b 100644 --- a/arch/arm/mach-orion5x/lsmini-setup.c +++ b/arch/arm/mach-orion5x/lsmini-setup.c | |||
@@ -267,8 +267,6 @@ static void __init lsmini_init(void) | |||
267 | #ifdef CONFIG_MACH_LINKSTATION_MINI | 267 | #ifdef CONFIG_MACH_LINKSTATION_MINI |
268 | MACHINE_START(LINKSTATION_MINI, "Buffalo Linkstation Mini") | 268 | MACHINE_START(LINKSTATION_MINI, "Buffalo Linkstation Mini") |
269 | /* Maintainer: Alexey Kopytko <alexey@kopytko.ru> */ | 269 | /* Maintainer: Alexey Kopytko <alexey@kopytko.ru> */ |
270 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
271 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
272 | .boot_params = 0x00000100, | 270 | .boot_params = 0x00000100, |
273 | .init_machine = lsmini_init, | 271 | .init_machine = lsmini_init, |
274 | .map_io = orion5x_map_io, | 272 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/mss2-setup.c b/arch/arm/mach-orion5x/mss2-setup.c index 61c086b66723..2f0e16cd7e81 100644 --- a/arch/arm/mach-orion5x/mss2-setup.c +++ b/arch/arm/mach-orion5x/mss2-setup.c | |||
@@ -261,8 +261,6 @@ static void __init mss2_init(void) | |||
261 | 261 | ||
262 | MACHINE_START(MSS2, "Maxtor Shared Storage II") | 262 | MACHINE_START(MSS2, "Maxtor Shared Storage II") |
263 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ | 263 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ |
264 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
265 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
266 | .boot_params = 0x00000100, | 264 | .boot_params = 0x00000100, |
267 | .init_machine = mss2_init, | 265 | .init_machine = mss2_init, |
268 | .map_io = orion5x_map_io, | 266 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/mv2120-setup.c b/arch/arm/mach-orion5x/mv2120-setup.c index 97c9ccb2ac60..b3d90f25de9f 100644 --- a/arch/arm/mach-orion5x/mv2120-setup.c +++ b/arch/arm/mach-orion5x/mv2120-setup.c | |||
@@ -229,8 +229,6 @@ static void __init mv2120_init(void) | |||
229 | /* Warning: HP uses a wrong mach-type (=526) in their bootloader */ | 229 | /* Warning: HP uses a wrong mach-type (=526) in their bootloader */ |
230 | MACHINE_START(MV2120, "HP Media Vault mv2120") | 230 | MACHINE_START(MV2120, "HP Media Vault mv2120") |
231 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ | 231 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ |
232 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
233 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
234 | .boot_params = 0x00000100, | 232 | .boot_params = 0x00000100, |
235 | .init_machine = mv2120_init, | 233 | .init_machine = mv2120_init, |
236 | .map_io = orion5x_map_io, | 234 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/net2big-setup.c b/arch/arm/mach-orion5x/net2big-setup.c index 7bd6283476f9..d6665b31665f 100644 --- a/arch/arm/mach-orion5x/net2big-setup.c +++ b/arch/arm/mach-orion5x/net2big-setup.c | |||
@@ -419,8 +419,6 @@ static void __init net2big_init(void) | |||
419 | 419 | ||
420 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ | 420 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ |
421 | MACHINE_START(NET2BIG, "LaCie 2Big Network") | 421 | MACHINE_START(NET2BIG, "LaCie 2Big Network") |
422 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
423 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
424 | .boot_params = 0x00000100, | 422 | .boot_params = 0x00000100, |
425 | .init_machine = net2big_init, | 423 | .init_machine = net2big_init, |
426 | .map_io = orion5x_map_io, | 424 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c b/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c index 9c1ca41730ba..f4c26fd731f4 100644 --- a/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c +++ b/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c | |||
@@ -169,8 +169,6 @@ subsys_initcall(rd88f5181l_fxo_pci_init); | |||
169 | 169 | ||
170 | MACHINE_START(RD88F5181L_FXO, "Marvell Orion-VoIP FXO Reference Design") | 170 | MACHINE_START(RD88F5181L_FXO, "Marvell Orion-VoIP FXO Reference Design") |
171 | /* Maintainer: Nicolas Pitre <nico@marvell.com> */ | 171 | /* Maintainer: Nicolas Pitre <nico@marvell.com> */ |
172 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
173 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
174 | .boot_params = 0x00000100, | 172 | .boot_params = 0x00000100, |
175 | .init_machine = rd88f5181l_fxo_init, | 173 | .init_machine = rd88f5181l_fxo_init, |
176 | .map_io = orion5x_map_io, | 174 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c b/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c index ee1399ff0ced..b5942909bab0 100644 --- a/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c +++ b/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | |||
@@ -181,8 +181,6 @@ subsys_initcall(rd88f5181l_ge_pci_init); | |||
181 | 181 | ||
182 | MACHINE_START(RD88F5181L_GE, "Marvell Orion-VoIP GE Reference Design") | 182 | MACHINE_START(RD88F5181L_GE, "Marvell Orion-VoIP GE Reference Design") |
183 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 183 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
184 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
185 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
186 | .boot_params = 0x00000100, | 184 | .boot_params = 0x00000100, |
187 | .init_machine = rd88f5181l_ge_init, | 185 | .init_machine = rd88f5181l_ge_init, |
188 | .map_io = orion5x_map_io, | 186 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f5182-setup.c b/arch/arm/mach-orion5x/rd88f5182-setup.c index a04f9e4b633a..165ed87029b2 100644 --- a/arch/arm/mach-orion5x/rd88f5182-setup.c +++ b/arch/arm/mach-orion5x/rd88f5182-setup.c | |||
@@ -305,8 +305,6 @@ static void __init rd88f5182_init(void) | |||
305 | 305 | ||
306 | MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design") | 306 | MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design") |
307 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ | 307 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ |
308 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
309 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
310 | .boot_params = 0x00000100, | 308 | .boot_params = 0x00000100, |
311 | .init_machine = rd88f5182_init, | 309 | .init_machine = rd88f5182_init, |
312 | .map_io = orion5x_map_io, | 310 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c index 7737cf9a8f50..02ff45f3e2e3 100644 --- a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c +++ b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c | |||
@@ -123,8 +123,6 @@ subsys_initcall(rd88f6183ap_ge_pci_init); | |||
123 | 123 | ||
124 | MACHINE_START(RD88F6183AP_GE, "Marvell Orion-1-90 AP GE Reference Design") | 124 | MACHINE_START(RD88F6183AP_GE, "Marvell Orion-1-90 AP GE Reference Design") |
125 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 125 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
126 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
127 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
128 | .boot_params = 0x00000100, | 126 | .boot_params = 0x00000100, |
129 | .init_machine = rd88f6183ap_ge_init, | 127 | .init_machine = rd88f6183ap_ge_init, |
130 | .map_io = orion5x_map_io, | 128 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/terastation_pro2-setup.c b/arch/arm/mach-orion5x/terastation_pro2-setup.c index 0b101d7d41c2..4403fae5ab0e 100644 --- a/arch/arm/mach-orion5x/terastation_pro2-setup.c +++ b/arch/arm/mach-orion5x/terastation_pro2-setup.c | |||
@@ -358,8 +358,6 @@ static void __init tsp2_init(void) | |||
358 | 358 | ||
359 | MACHINE_START(TERASTATION_PRO2, "Buffalo Terastation Pro II/Live") | 359 | MACHINE_START(TERASTATION_PRO2, "Buffalo Terastation Pro II/Live") |
360 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ | 360 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ |
361 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
362 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
363 | .boot_params = 0x00000100, | 361 | .boot_params = 0x00000100, |
364 | .init_machine = tsp2_init, | 362 | .init_machine = tsp2_init, |
365 | .map_io = orion5x_map_io, | 363 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ts209-setup.c b/arch/arm/mach-orion5x/ts209-setup.c index 9d6890514199..1e196129d763 100644 --- a/arch/arm/mach-orion5x/ts209-setup.c +++ b/arch/arm/mach-orion5x/ts209-setup.c | |||
@@ -322,8 +322,6 @@ static void __init qnap_ts209_init(void) | |||
322 | 322 | ||
323 | MACHINE_START(TS209, "QNAP TS-109/TS-209") | 323 | MACHINE_START(TS209, "QNAP TS-109/TS-209") |
324 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ | 324 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ |
325 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
326 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
327 | .boot_params = 0x00000100, | 325 | .boot_params = 0x00000100, |
328 | .init_machine = qnap_ts209_init, | 326 | .init_machine = qnap_ts209_init, |
329 | .map_io = orion5x_map_io, | 327 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ts409-setup.c b/arch/arm/mach-orion5x/ts409-setup.c index d85588ac7ef8..428af2046e36 100644 --- a/arch/arm/mach-orion5x/ts409-setup.c +++ b/arch/arm/mach-orion5x/ts409-setup.c | |||
@@ -311,8 +311,6 @@ static void __init qnap_ts409_init(void) | |||
311 | 311 | ||
312 | MACHINE_START(TS409, "QNAP TS-409") | 312 | MACHINE_START(TS409, "QNAP TS-409") |
313 | /* Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> */ | 313 | /* Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> */ |
314 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
315 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
316 | .boot_params = 0x00000100, | 314 | .boot_params = 0x00000100, |
317 | .init_machine = qnap_ts409_init, | 315 | .init_machine = qnap_ts409_init, |
318 | .map_io = orion5x_map_io, | 316 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c index 696b1a97f9e2..16f1bd5324be 100644 --- a/arch/arm/mach-orion5x/ts78xx-setup.c +++ b/arch/arm/mach-orion5x/ts78xx-setup.c | |||
@@ -550,8 +550,6 @@ static void __init ts78xx_init(void) | |||
550 | 550 | ||
551 | MACHINE_START(TS78XX, "Technologic Systems TS-78xx SBC") | 551 | MACHINE_START(TS78XX, "Technologic Systems TS-78xx SBC") |
552 | /* Maintainer: Alexander Clouter <alex@digriz.org.uk> */ | 552 | /* Maintainer: Alexander Clouter <alex@digriz.org.uk> */ |
553 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
554 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
555 | .boot_params = 0x00000100, | 553 | .boot_params = 0x00000100, |
556 | .init_machine = ts78xx_init, | 554 | .init_machine = ts78xx_init, |
557 | .map_io = ts78xx_map_io, | 555 | .map_io = ts78xx_map_io, |
diff --git a/arch/arm/mach-orion5x/wnr854t-setup.c b/arch/arm/mach-orion5x/wnr854t-setup.c index 69208217b220..7994d6ec08a8 100644 --- a/arch/arm/mach-orion5x/wnr854t-setup.c +++ b/arch/arm/mach-orion5x/wnr854t-setup.c | |||
@@ -172,8 +172,6 @@ subsys_initcall(wnr854t_pci_init); | |||
172 | 172 | ||
173 | MACHINE_START(WNR854T, "Netgear WNR854T") | 173 | MACHINE_START(WNR854T, "Netgear WNR854T") |
174 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ | 174 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ |
175 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
176 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
177 | .boot_params = 0x00000100, | 175 | .boot_params = 0x00000100, |
178 | .init_machine = wnr854t_init, | 176 | .init_machine = wnr854t_init, |
179 | .map_io = orion5x_map_io, | 177 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/wrt350n-v2-setup.c b/arch/arm/mach-orion5x/wrt350n-v2-setup.c index f9f222ebb7ed..a5989b7eb53e 100644 --- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c +++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c | |||
@@ -260,8 +260,6 @@ subsys_initcall(wrt350n_v2_pci_init); | |||
260 | 260 | ||
261 | MACHINE_START(WRT350N_V2, "Linksys WRT350N v2") | 261 | MACHINE_START(WRT350N_V2, "Linksys WRT350N v2") |
262 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 262 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
263 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
264 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
265 | .boot_params = 0x00000100, | 263 | .boot_params = 0x00000100, |
266 | .init_machine = wrt350n_v2_init, | 264 | .init_machine = wrt350n_v2_init, |
267 | .map_io = orion5x_map_io, | 265 | .map_io = orion5x_map_io, |