Commit 2985c169 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by James Bottomley

[PATCH] scsi_dev_flags must be __initdata, not __init

__init is only for functions
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 90b33c54
...@@ -27,7 +27,7 @@ struct scsi_dev_info_list { ...@@ -27,7 +27,7 @@ struct scsi_dev_info_list {
static const char spaces[] = " "; /* 16 of them */ static const char spaces[] = " "; /* 16 of them */
static unsigned scsi_default_dev_flags; static unsigned scsi_default_dev_flags;
static LIST_HEAD(scsi_dev_info_list); static LIST_HEAD(scsi_dev_info_list);
static __init char scsi_dev_flags[256]; static __initdata char scsi_dev_flags[256];
/* /*
* scsi_static_device_list: deprecated list of devices that require * scsi_static_device_list: deprecated list of devices that require
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment