Remove undefined declaration: ocf_cleaner_set_io_queue
Function ocf_cleaner_set_io_queue is not used and not defined But is declared This patch removes declaration Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com>
This commit is contained in:
parent
7a3b3fd84f
commit
b2b0a56fbd
@ -30,14 +30,6 @@ typedef void (*ocf_cleaner_end_t)(ocf_cleaner_t cleaner, uint32_t interval);
|
|||||||
*/
|
*/
|
||||||
void ocf_cleaner_set_cmpl(ocf_cleaner_t cleaner, ocf_cleaner_end_t fn);
|
void ocf_cleaner_set_cmpl(ocf_cleaner_t cleaner, ocf_cleaner_end_t fn);
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Set cleaner queue
|
|
||||||
*
|
|
||||||
* @param[in] cleaner Cleaner instance
|
|
||||||
* @param[in] io_queue Queue handle
|
|
||||||
*/
|
|
||||||
void ocf_cleaner_set_io_queue(ocf_cleaner_t cleaner, ocf_queue_t io_queue);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Run cleaner
|
* @brief Run cleaner
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user