aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537/boards/stamp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-24 01:44:36 -0400
committerMike Frysinger <vapier@gentoo.org>2009-12-15 00:13:58 -0500
commit21b03cfe4c50fd586bfebd06d852457c07f60c2b (patch)
treef16105f94bcb680af7ed3bf99938ea3b9c226ca5 /arch/blackfin/mach-bf537/boards/stamp.c
parent5cd82a6d58cb14c3a5d08ed171229de7adc3deac (diff)
Blackfin: clean up isp1362 board resources
Drop the CONFIG_USB_ISP1362_BFIN_GPIO_IRQ Kconfig as it never made it into mainline and it was a bad interface into the board resources. For boards that actually used this, replace it with an actual IRQ define. For boards that didn't, simply drop the resources. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537/boards/stamp.c')
-rw-r--r--arch/blackfin/mach-bf537/boards/stamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c
index 6a09b71c96c..514d9949ea7 100644
--- a/arch/blackfin/mach-bf537/boards/stamp.c
+++ b/arch/blackfin/mach-bf537/boards/stamp.c
@@ -272,8 +272,8 @@ static struct resource isp1362_hcd_resources[] = {
272 .end = 0x20360004, 272 .end = 0x20360004,
273 .flags = IORESOURCE_MEM, 273 .flags = IORESOURCE_MEM,
274 }, { 274 }, {
275 .start = CONFIG_USB_ISP1362_BFIN_GPIO_IRQ, 275 .start = IRQ_PF3,
276 .end = CONFIG_USB_ISP1362_BFIN_GPIO_IRQ, 276 .end = IRQ_PF3,
277 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL, 277 .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL,
278 }, 278 },
279}; 279};