aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-11-15 02:39:59 -0500
committerMike Frysinger <vapier@gentoo.org>2009-12-15 00:16:43 -0500
commitcaf0ea858217025546425d75671a14d9f12ce9c9 (patch)
treebce2ec3e3766fa959993b884cd758c523aa78edf /arch/blackfin/mach-bf537
parentefaf7cd9557712a72b5856af19d701783b654a63 (diff)
Blackfin: drop unused ax88180 resources
The ax88180 driver was never merged, so drop the corresponding resources. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r--arch/blackfin/mach-bf537/boards/stamp.c26
1 files changed, 0 insertions, 26 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)
201static 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
214static 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)
223static struct resource sl811_hcd_resources[] = { 201static 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