mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user