[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>
This commit is contained in:
Denis Cheng 2007-12-13 16:14:27 -08:00 committed by James Bottomley
parent 230e886e7b
commit b7d68ca3f0
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@
/*
* Global Data
*/
static struct list_head ipr_ioa_head = LIST_HEAD_INIT(ipr_ioa_head);
static LIST_HEAD(ipr_ioa_head);
static unsigned int ipr_log_level = IPR_DEFAULT_LOG_LEVEL;
static unsigned int ipr_max_speed = 1;
static int ipr_testmode = 0;