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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user