aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/jazz/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/jazz/setup.c')
-rw-r--r--arch/mips/jazz/setup.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c
index 820e926dacbc..e4374a5651ce 100644
--- a/arch/mips/jazz/setup.c
+++ b/arch/mips/jazz/setup.c
@@ -137,9 +137,9 @@ static struct resource jazz_esp_rsrc[] = {
137}; 137};
138 138
139static struct platform_device jazz_esp_pdev = { 139static struct platform_device jazz_esp_pdev = {
140 .name = "jazz_esp", 140 .name = "jazz_esp",
141 .num_resources = ARRAY_SIZE(jazz_esp_rsrc), 141 .num_resources = ARRAY_SIZE(jazz_esp_rsrc),
142 .resource = jazz_esp_rsrc 142 .resource = jazz_esp_rsrc
143}; 143};
144 144
145static struct resource jazz_sonic_rsrc[] = { 145static struct resource jazz_sonic_rsrc[] = {
@@ -156,9 +156,9 @@ static struct resource jazz_sonic_rsrc[] = {
156}; 156};
157 157
158static struct platform_device jazz_sonic_pdev = { 158static struct platform_device jazz_sonic_pdev = {
159 .name = "jazzsonic", 159 .name = "jazzsonic",
160 .num_resources = ARRAY_SIZE(jazz_sonic_rsrc), 160 .num_resources = ARRAY_SIZE(jazz_sonic_rsrc),
161 .resource = jazz_sonic_rsrc 161 .resource = jazz_sonic_rsrc
162}; 162};
163 163
164static struct resource jazz_cmos_rsrc[] = { 164static struct resource jazz_cmos_rsrc[] = {
@@ -175,13 +175,13 @@ static struct resource jazz_cmos_rsrc[] = {
175}; 175};
176 176
177static struct platform_device jazz_cmos_pdev = { 177static struct platform_device jazz_cmos_pdev = {
178 .name = "rtc_cmos", 178 .name = "rtc_cmos",
179 .num_resources = ARRAY_SIZE(jazz_cmos_rsrc), 179 .num_resources = ARRAY_SIZE(jazz_cmos_rsrc),
180 .resource = jazz_cmos_rsrc 180 .resource = jazz_cmos_rsrc
181}; 181};
182 182
183static struct platform_device pcspeaker_pdev = { 183static struct platform_device pcspeaker_pdev = {
184 .name = "pcspkr", 184 .name = "pcspkr",
185 .id = -1, 185 .id = -1,
186}; 186};
187 187