Revert "[ARM] tegra: stingray: Switch to level interrupt for wlan"

This reverts commit 2cfc65414e7356c0f91f8283802975fd9b5f34c8.
This commit is contained in:
Rebecca Schultz Zavin
2010-08-27 19:01:24 -07:00
committed by Colin Cross
parent d534322cb6
commit 282e4b22b9

View File

@@ -87,7 +87,7 @@ static struct resource stingray_wifi_resources[] = {
.name = "bcm4329_wlan_irq",
.start = TEGRA_GPIO_TO_IRQ(STINGRAY_WLAN_IRQ),
.end = TEGRA_GPIO_TO_IRQ(STINGRAY_WLAN_IRQ),
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL | IORESOURCE_IRQ_SHAREABLE,
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWEDGE,
},
};