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

scsi_dev_flags is referred to in
module_param_string(dev_flags, scsi_dev_flags, sizeof(scsi_dev_flags), 0);

Andries

diff -uprN -X /linux/dontdiff a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
--- a/drivers/scsi/scsi_devinfo.c	2004-12-29 03:39:47.000000000 +0100
+++ b/drivers/scsi/scsi_devinfo.c	2005-02-26 14:30:15.000000000 +0100
@@ -28,7 +28,7 @@ struct scsi_dev_info_list {
 static const char spaces[] = "                "; /* 16 of them */
 static unsigned scsi_default_dev_flags;
 static LIST_HEAD(scsi_dev_info_list);
-static __initdata char scsi_dev_flags[256];
+static char scsi_dev_flags[256];
 
 /*
  * scsi_static_device_list: deprecated list of devices that require

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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-26 13:14 [PATCH] remove __initdata in scsi_devinfo.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