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

diff -uprN -X /linux/dontdiff a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c
--- a/drivers/parport/parport_pc.c	2004-10-30 21:44:01.000000000 +0200
+++ b/drivers/parport/parport_pc.c	2004-11-14 00:53:02.000000000 +0100
@@ -2989,7 +2989,7 @@ static struct pnp_driver parport_pc_pnp_
 
 
 /* This is called by parport_pc_find_nonpci_ports (in asm/parport.h) */
-static int __init __attribute__((unused))
+static int __devinit __attribute__((unused))
 parport_pc_find_isa_ports (int autoirq, int autodma)
 {
 	int count = 0;

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

only message in thread, other threads:[~2004-11-14  1:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-14  1:21 [PATCH] __devinit in parport_pc.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