1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[amazon] Add kernel 2.6.32 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19458 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2010-01-31 15:13:14 +00:00
parent 4364291305
commit 84e11fcd5a
12 changed files with 382 additions and 15 deletions

View File

@@ -109,8 +109,8 @@ static void amazon_end_irq(unsigned int irq)
}
}
static struct hw_interrupt_type amazon_irq_type = {
"AMAZON",
static struct irq_chip amazon_irq_type = {
.name = "AMAZON",
.startup = amazon_startup_irq,
.enable = amazon_enable_irq,
.disable = amazon_disable_irq,