[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:
parent
230e886e7b
commit
b7d68ca3f0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue