The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] __devinitdata in parport_pc
@ 2005-02-26 12:55 Andries Brouwer
  0 siblings, 0 replies; only message in thread
From: Andries Brouwer @ 2005-02-26 12:55 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

parport_init_mode is referred to in int __devinit sio_via_probe().

Andries

diff -uprN -X /linux/dontdiff a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c
--- a/drivers/parport/parport_pc.c	2005-02-26 12:13:30.000000000 +0100
+++ b/drivers/parport/parport_pc.c	2005-02-26 14:06:23.000000000 +0100
@@ -2488,7 +2488,7 @@ static int __devinit sio_ite_8872_probe 
 
 /* VIA 8231 support by Pavel Fedin <sonic_amiga@rambler.ru>
    based on VIA 686a support code by Jeff Garzik <jgarzik@pobox.com> */
-static int __initdata parport_init_mode = 0;
+static int __devinitdata parport_init_mode = 0;
 
 /* Data for two known VIA chips */
 static struct parport_pc_via_data via_686a_data __devinitdata = {

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

only message in thread, other threads:[~2005-02-26 12:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-26 12:55 [PATCH] __devinitdata in parport_pc Andries Brouwer

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