mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] __devinit in ide/pci/rz1000.c
@ 2004-11-13 22:52 Andries Brouwer
  0 siblings, 0 replies; only message in thread
From: Andries Brouwer @ 2004-11-13 22:52 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel

diff -uprN -X /linux/dontdiff a/drivers/ide/pci/rz1000.c b/drivers/ide/pci/rz1000.c
--- a/drivers/ide/pci/rz1000.c	2004-10-30 21:44:00.000000000 +0200
+++ b/drivers/ide/pci/rz1000.c	2004-11-14 00:00:04.000000000 +0100
@@ -33,7 +33,7 @@
 
 #include <asm/io.h>
 
-static void __init init_hwif_rz1000 (ide_hwif_t *hwif)
+static void __devinit init_hwif_rz1000 (ide_hwif_t *hwif)
 {
 	u16 reg;
 	struct pci_dev *dev = hwif->pci_dev;

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

only message in thread, other threads:[~2004-11-13 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-13 22:52 [PATCH] __devinit in ide/pci/rz1000.c Andries Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome