linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86_64: i8259.c trivial iso99 structure initialization
@ 2005-04-21 22:40 Alexander Nyberg
  0 siblings, 0 replies; only message in thread
From: Alexander Nyberg @ 2005-04-21 22:40 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

Trivial iso99 structure initialization


Index: test/arch/x86_64/kernel/i8259.c
===================================================================
--- test.orig/arch/x86_64/kernel/i8259.c	2005-04-20 22:29:02.000000000 +0200
+++ test/arch/x86_64/kernel/i8259.c	2005-04-22 00:16:22.000000000 +0200
@@ -158,14 +158,13 @@
 }
 
 static struct hw_interrupt_type i8259A_irq_type = {
-	"XT-PIC",
-	startup_8259A_irq,
-	shutdown_8259A_irq,
-	enable_8259A_irq,
-	disable_8259A_irq,
-	mask_and_ack_8259A,
-	end_8259A_irq,
-	NULL
+	.typename = "XT-PIC",
+	.startup = startup_8259A_irq,
+	.shutdown = shutdown_8259A_irq,
+	.enable = enable_8259A_irq,
+	.disable = disable_8259A_irq,
+	.ack = mask_and_ack_8259A,
+	.end = end_8259A_irq,
 };
 
 /*



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-21 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-21 22:40 [PATCH] x86_64: i8259.c trivial iso99 structure initialization Alexander Nyberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).