|
@@ -84,7 +84,7 @@
|
|
/*
|
|
/*
|
|
* Global Data
|
|
* 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_log_level = IPR_DEFAULT_LOG_LEVEL;
|
|
static unsigned int ipr_max_speed = 1;
|
|
static unsigned int ipr_max_speed = 1;
|
|
static int ipr_testmode = 0;
|
|
static int ipr_testmode = 0;
|