diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 39fc5c5c0..261f87cc4 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -163,7 +163,7 @@ struct iscsi_cmnd *cmnd_alloc(struct iscsi_conn *conn, struct iscsi_cmnd *parent } /* Frees a command. Also frees the additional header. */ -void cmnd_free(struct iscsi_cmnd *cmnd) +static void cmnd_free(struct iscsi_cmnd *cmnd) { TRACE_DBG("%p", cmnd);