|
@@ -32,7 +32,7 @@ static struct kmem_cache *srb_cachep;
|
|
|
/*
|
|
|
* Module parameter information and variables
|
|
|
*/
|
|
|
-int ql4xdisablesysfsboot = 1;
|
|
|
+static int ql4xdisablesysfsboot = 1;
|
|
|
module_param(ql4xdisablesysfsboot, int, S_IRUGO | S_IWUSR);
|
|
|
MODULE_PARM_DESC(ql4xdisablesysfsboot,
|
|
|
" Set to disable exporting boot targets to sysfs.\n"
|
|
@@ -3238,7 +3238,7 @@ int qla4xxx_post_ping_evt_work(struct scsi_qla_host *ha,
|
|
|
return QLA_SUCCESS;
|
|
|
}
|
|
|
|
|
|
-void qla4xxx_do_work(struct scsi_qla_host *ha)
|
|
|
+static void qla4xxx_do_work(struct scsi_qla_host *ha)
|
|
|
{
|
|
|
struct qla4_work_evt *e, *tmp;
|
|
|
unsigned long flags;
|