diff options
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 26 | ||||
-rw-r--r-- | arch/blackfin/mach-bf561/boards/ezkit.c | 26 |
2 files changed, 0 insertions, 52 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index c080c77648fe..ac9b52e0087c 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -197,28 +197,6 @@ static struct platform_device dm9000_device = { | |||
197 | }; | 197 | }; |
198 | #endif | 198 | #endif |
199 | 199 | ||
200 | #if defined(CONFIG_AX88180) || defined(CONFIG_AX88180_MODULE) | ||
201 | static struct resource ax88180_resources[] = { | ||
202 | [0] = { | ||
203 | .start = 0x20300000, | ||
204 | .end = 0x20300000 + 0x8000, | ||
205 | .flags = IORESOURCE_MEM, | ||
206 | }, | ||
207 | [1] = { | ||
208 | .start = IRQ_PF7, | ||
209 | .end = IRQ_PF7, | ||
210 | .flags = (IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL), | ||
211 | }, | ||
212 | }; | ||
213 | |||
214 | static struct platform_device ax88180_device = { | ||
215 | .name = "ax88180", | ||
216 | .id = -1, | ||
217 | .num_resources = ARRAY_SIZE(ax88180_resources), | ||
218 | .resource = ax88180_resources, | ||
219 | }; | ||
220 | #endif | ||
221 | |||
222 | #if defined(CONFIG_USB_SL811_HCD) || defined(CONFIG_USB_SL811_HCD_MODULE) | 200 | #if defined(CONFIG_USB_SL811_HCD) || defined(CONFIG_USB_SL811_HCD_MODULE) |
223 | static struct resource sl811_hcd_resources[] = { | 201 | static struct resource sl811_hcd_resources[] = { |
224 | { | 202 | { |
@@ -1762,10 +1740,6 @@ static struct platform_device *stamp_devices[] __initdata = { | |||
1762 | &dm9000_device, | 1740 | &dm9000_device, |
1763 | #endif | 1741 | #endif |
1764 | 1742 | ||
1765 | #if defined(CONFIG_AX88180) || defined(CONFIG_AX88180_MODULE) | ||
1766 | &ax88180_device, | ||
1767 | #endif | ||
1768 | |||
1769 | #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) | 1743 | #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) |
1770 | &bfin_can_device, | 1744 | &bfin_can_device, |
1771 | #endif | 1745 | #endif |
diff --git a/arch/blackfin/mach-bf561/boards/ezkit.c b/arch/blackfin/mach-bf561/boards/ezkit.c index 6c5b50877a22..ffd3e6a80d1a 100644 --- a/arch/blackfin/mach-bf561/boards/ezkit.c +++ b/arch/blackfin/mach-bf561/boards/ezkit.c | |||
@@ -159,28 +159,6 @@ static struct platform_device smc91x_device = { | |||
159 | }; | 159 | }; |
160 | #endif | 160 | #endif |
161 | 161 | ||
162 | #if defined(CONFIG_AX88180) || defined(CONFIG_AX88180_MODULE) | ||
163 | static struct resource ax88180_resources[] = { | ||
164 | [0] = { | ||
165 | .start = 0x2c000000, | ||
166 | .end = 0x2c000000 + 0x8000, | ||
167 | .flags = IORESOURCE_MEM, | ||
168 | }, | ||
169 | [1] = { | ||
170 | .start = IRQ_PF10, | ||
171 | .end = IRQ_PF10, | ||
172 | .flags = (IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL), | ||
173 | }, | ||
174 | }; | ||
175 | |||
176 | static struct platform_device ax88180_device = { | ||
177 | .name = "ax88180", | ||
178 | .id = -1, | ||
179 | .num_resources = ARRAY_SIZE(ax88180_resources), | ||
180 | .resource = ax88180_resources, | ||
181 | }; | ||
182 | #endif | ||
183 | |||
184 | #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) | 162 | #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE) |
185 | static struct resource bfin_uart_resources[] = { | 163 | static struct resource bfin_uart_resources[] = { |
186 | { | 164 | { |
@@ -421,10 +399,6 @@ static struct platform_device *ezkit_devices[] __initdata = { | |||
421 | &smc91x_device, | 399 | &smc91x_device, |
422 | #endif | 400 | #endif |
423 | 401 | ||
424 | #if defined(CONFIG_AX88180) || defined(CONFIG_AX88180_MODULE) | ||
425 | &ax88180_device, | ||
426 | #endif | ||
427 | |||
428 | #if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE) | 402 | #if defined(CONFIG_USB_NET2272) || defined(CONFIG_USB_NET2272_MODULE) |
429 | &net2272_bfin_device, | 403 | &net2272_bfin_device, |
430 | #endif | 404 | #endif |