Re: [PATCH 1/4] net: ethernet: ti: davinci_cpdma: split descs num between all channels

From: Ivan Khoronzhuk
Date: Sun Jul 03 2016 - 04:57:27 EST



On 01.07.16 23:35, David Miller wrote:
From: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx>
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.

Yes. Will correct it.

--
Regards,
Ivan Khoronzhuk