From: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx>Yes. Will correct it.
Date: Thu, 30 Jun 2016 22:04:35 +0300
@@ -720,7 +763,7 @@ unlock_ret:
}
EXPORT_SYMBOL_GPL(cpdma_chan_submit);
-bool cpdma_check_free_tx_desc(struct cpdma_chan *chan)
+inline bool cpdma_check_free_desc(struct cpdma_chan *chan)
{
This needs to be marked static.