[PATCH] x86_64: i8259.c iso99 structure initialization

Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Alexander Nyberg 2005-06-23 00:08:35 -07:00 committed by Linus Torvalds
parent c92c6ffdb1
commit c0a88c9878
1 changed files with 7 additions and 8 deletions

View File

@ -157,14 +157,13 @@ static unsigned int startup_8259A_irq(unsigned int irq)
} }
static struct hw_interrupt_type i8259A_irq_type = { static struct hw_interrupt_type i8259A_irq_type = {
"XT-PIC", .typename = "XT-PIC",
startup_8259A_irq, .startup = startup_8259A_irq,
shutdown_8259A_irq, .shutdown = shutdown_8259A_irq,
enable_8259A_irq, .enable = enable_8259A_irq,
disable_8259A_irq, .disable = disable_8259A_irq,
mask_and_ack_8259A, .ack = mask_and_ack_8259A,
end_8259A_irq, .end = end_8259A_irq,
NULL
}; };
/* /*