linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / mach-footbridge / isa-irq.c
index 87448c2..e1c43b3 100644 (file)
@@ -98,22 +98,9 @@ isa_irq_handler(unsigned int irq, struct irqdesc *desc, struct pt_regs *regs)
        desc_handle_irq(isa_irq, desc, regs);
 }
 
-static struct irqaction irq_cascade = {
-       .handler = no_action,
-       .name = "cascade",
-};
-
-static struct resource pic1_resource = {
-       .name   = "pic1",
-       .start  = 0x20,
-       .end    = 0x3f,
-};
-
-static struct resource pic2_resource = {
-       .name   = "pic2",
-       .start  = 0xa0,
-       .end    = 0xbf,
-};
+static struct irqaction irq_cascade = { .handler = no_action, .name = "cascade", };
+static struct resource pic1_resource = { "pic1", 0x20, 0x3f };
+static struct resource pic2_resource = { "pic2", 0xa0, 0xbf };
 
 void __init isa_init_irq(unsigned int host_irq)
 {