(in h file) or exported to fix the following sparse warning:
/scst/trunk/iscsi-scst/kernel/iscsi.c:166:6: warning: symbol
'cmnd_free' was not declared. Should it be static?
Signed-off-by: Dotan Barak <dotanba@gmail.com>
git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@448
d57e44dd-8a1f-0410-8b47-
8ef2f437770f
}
/* Frees a command. Also frees the additional header. */
}
/* Frees a command. Also frees the additional header. */
-void cmnd_free(struct iscsi_cmnd *cmnd)
+static void cmnd_free(struct iscsi_cmnd *cmnd)