scst/src/scst_priv.h: Remove duplicate const since sparse complains about it

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4976 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-08-18 10:03:42 +00:00
parent 2ed2d3bce2
commit fd5213ffe1

View File

@@ -288,7 +288,7 @@ static inline void scst_make_deferred_commands_active_locked(
return;
}
bool scst_inc_expected_sn(const struct scst_cmd const * const cmd);
bool scst_inc_expected_sn(const struct scst_cmd *cmd);
int scst_check_hq_cmd(struct scst_cmd *cmd);
void scst_unblock_deferred(struct scst_order_data *order_data,