diff options
author | Denis Cheng <crquan@gmail.com> | 2007-12-13 19:14:27 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-11 19:28:15 -0500 |
commit | b7d68ca3f055b90bb782bcfcf535f54cead7d7db (patch) | |
tree | 160c927a24171e9648ba289c13f5bc81dc478432 /drivers/scsi/ipr.c | |
parent | 230e886e7bd663ff2e83cdeede12d7f09b9d3711 (diff) |
[SCSI] ipr: use LIST_HEAD instead of LIST_HEAD_INIT
Signed-off-by: Denis Cheng <crquan@gmail.com>
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/ipr.c')
-rw-r--r-- | drivers/scsi/ipr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c index 0841df01bc19..9018ee851a8a 100644 --- a/drivers/scsi/ipr.c +++ b/drivers/scsi/ipr.c | |||
@@ -84,7 +84,7 @@ | |||
84 | /* | 84 | /* |
85 | * Global Data | 85 | * Global Data |
86 | */ | 86 | */ |
87 | static struct list_head ipr_ioa_head = LIST_HEAD_INIT(ipr_ioa_head); | 87 | static LIST_HEAD(ipr_ioa_head); |
88 | static unsigned int ipr_log_level = IPR_DEFAULT_LOG_LEVEL; | 88 | static unsigned int ipr_log_level = IPR_DEFAULT_LOG_LEVEL; |
89 | static unsigned int ipr_max_speed = 1; | 89 | static unsigned int ipr_max_speed = 1; |
90 | static int ipr_testmode = 0; | 90 | static int ipr_testmode = 0; |