Commit b7d68ca3 authored by Denis Cheng's avatar Denis Cheng Committed by James Bottomley

[SCSI] ipr: use LIST_HEAD instead of LIST_HEAD_INIT

Signed-off-by: default avatarDenis Cheng <crquan@gmail.com>
Acked-by: default avatarBrian King <brking@linux.vnet.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent 230e886e
......@@ -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;
......
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