diff options
author | Ian Molton <spyro@f2s.com> | 2008-07-25 19:51:12 -0400 |
---|---|---|
committer | Ian Molton <spyro@f2s.com> | 2008-08-12 07:54:30 -0400 |
commit | 67a6e80ede815224db22518cd08350277bbeddb9 (patch) | |
tree | b8156721dbb01cae82417c59c70b605f260cf5ee /arch | |
parent | 10fec20ef5eec1c91913baec1225400f0d02df40 (diff) |
[ARM] eseries: whitespace fixes and cleanup
Signed-off-by: Ian Molton
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-pxa/eseries.c | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c index 03942450885b..112f72926d26 100644 --- a/arch/arm/mach-pxa/eseries.c +++ b/arch/arm/mach-pxa/eseries.c | |||
@@ -21,7 +21,7 @@ | |||
21 | 21 | ||
22 | /* Only e800 has 128MB RAM */ | 22 | /* Only e800 has 128MB RAM */ |
23 | static void __init eseries_fixup(struct machine_desc *desc, | 23 | static void __init eseries_fixup(struct machine_desc *desc, |
24 | struct tag *tags, char **cmdline, struct meminfo *mi) | 24 | struct tag *tags, char **cmdline, struct meminfo *mi) |
25 | { | 25 | { |
26 | mi->nr_banks=1; | 26 | mi->nr_banks=1; |
27 | mi->bank[0].start = 0xa0000000; | 27 | mi->bank[0].start = 0xa0000000; |
@@ -36,79 +36,79 @@ static void __init eseries_fixup(struct machine_desc *desc, | |||
36 | 36 | ||
37 | #ifdef CONFIG_MACH_E330 | 37 | #ifdef CONFIG_MACH_E330 |
38 | MACHINE_START(E330, "Toshiba e330") | 38 | MACHINE_START(E330, "Toshiba e330") |
39 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 39 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
40 | .phys_io = 0x40000000, | 40 | .phys_io = 0x40000000, |
41 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | 41 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
42 | .boot_params = 0xa0000100, | 42 | .boot_params = 0xa0000100, |
43 | .map_io = pxa_map_io, | 43 | .map_io = pxa_map_io, |
44 | .init_irq = pxa25x_init_irq, | 44 | .init_irq = pxa25x_init_irq, |
45 | .fixup = eseries_fixup, | 45 | .fixup = eseries_fixup, |
46 | .timer = &pxa_timer, | 46 | .timer = &pxa_timer, |
47 | MACHINE_END | 47 | MACHINE_END |
48 | #endif | 48 | #endif |
49 | 49 | ||
50 | #ifdef CONFIG_MACH_E350 | 50 | #ifdef CONFIG_MACH_E350 |
51 | MACHINE_START(E350, "Toshiba e350") | 51 | MACHINE_START(E350, "Toshiba e350") |
52 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 52 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
53 | .phys_io = 0x40000000, | 53 | .phys_io = 0x40000000, |
54 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | 54 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
55 | .boot_params = 0xa0000100, | 55 | .boot_params = 0xa0000100, |
56 | .map_io = pxa_map_io, | 56 | .map_io = pxa_map_io, |
57 | .init_irq = pxa25x_init_irq, | 57 | .init_irq = pxa25x_init_irq, |
58 | .fixup = eseries_fixup, | 58 | .fixup = eseries_fixup, |
59 | .timer = &pxa_timer, | 59 | .timer = &pxa_timer, |
60 | MACHINE_END | 60 | MACHINE_END |
61 | #endif | 61 | #endif |
62 | 62 | ||
63 | #ifdef CONFIG_MACH_E740 | 63 | #ifdef CONFIG_MACH_E740 |
64 | MACHINE_START(E740, "Toshiba e740") | 64 | MACHINE_START(E740, "Toshiba e740") |
65 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 65 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
66 | .phys_io = 0x40000000, | 66 | .phys_io = 0x40000000, |
67 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | 67 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
68 | .boot_params = 0xa0000100, | 68 | .boot_params = 0xa0000100, |
69 | .map_io = pxa_map_io, | 69 | .map_io = pxa_map_io, |
70 | .init_irq = pxa25x_init_irq, | 70 | .init_irq = pxa25x_init_irq, |
71 | .fixup = eseries_fixup, | 71 | .fixup = eseries_fixup, |
72 | .timer = &pxa_timer, | 72 | .timer = &pxa_timer, |
73 | MACHINE_END | 73 | MACHINE_END |
74 | #endif | 74 | #endif |
75 | 75 | ||
76 | #ifdef CONFIG_MACH_E750 | 76 | #ifdef CONFIG_MACH_E750 |
77 | MACHINE_START(E750, "Toshiba e750") | 77 | MACHINE_START(E750, "Toshiba e750") |
78 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 78 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
79 | .phys_io = 0x40000000, | 79 | .phys_io = 0x40000000, |
80 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | 80 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
81 | .boot_params = 0xa0000100, | 81 | .boot_params = 0xa0000100, |
82 | .map_io = pxa_map_io, | 82 | .map_io = pxa_map_io, |
83 | .init_irq = pxa25x_init_irq, | 83 | .init_irq = pxa25x_init_irq, |
84 | .fixup = eseries_fixup, | 84 | .fixup = eseries_fixup, |
85 | .timer = &pxa_timer, | 85 | .timer = &pxa_timer, |
86 | MACHINE_END | 86 | MACHINE_END |
87 | #endif | 87 | #endif |
88 | 88 | ||
89 | #ifdef CONFIG_MACH_E400 | 89 | #ifdef CONFIG_MACH_E400 |
90 | MACHINE_START(E400, "Toshiba e400") | 90 | MACHINE_START(E400, "Toshiba e400") |
91 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 91 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
92 | .phys_io = 0x40000000, | 92 | .phys_io = 0x40000000, |
93 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | 93 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
94 | .boot_params = 0xa0000100, | 94 | .boot_params = 0xa0000100, |
95 | .map_io = pxa_map_io, | 95 | .map_io = pxa_map_io, |
96 | .init_irq = pxa25x_init_irq, | 96 | .init_irq = pxa25x_init_irq, |
97 | .fixup = eseries_fixup, | 97 | .fixup = eseries_fixup, |
98 | .timer = &pxa_timer, | 98 | .timer = &pxa_timer, |
99 | MACHINE_END | 99 | MACHINE_END |
100 | #endif | 100 | #endif |
101 | 101 | ||
102 | #ifdef CONFIG_MACH_E800 | 102 | #ifdef CONFIG_MACH_E800 |
103 | MACHINE_START(E800, "Toshiba e800") | 103 | MACHINE_START(E800, "Toshiba e800") |
104 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 104 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
105 | .phys_io = 0x40000000, | 105 | .phys_io = 0x40000000, |
106 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | 106 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, |
107 | .boot_params = 0xa0000100, | 107 | .boot_params = 0xa0000100, |
108 | .map_io = pxa_map_io, | 108 | .map_io = pxa_map_io, |
109 | .init_irq = pxa25x_init_irq, | 109 | .init_irq = pxa25x_init_irq, |
110 | .fixup = eseries_fixup, | 110 | .fixup = eseries_fixup, |
111 | .timer = &pxa_timer, | 111 | .timer = &pxa_timer, |
112 | MACHINE_END | 112 | MACHINE_END |
113 | #endif | 113 | #endif |
114 | 114 | ||