From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752456AbcGCI5Y (ORCPT ); Sun, 3 Jul 2016 04:57:24 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:34641 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751901AbcGCI5W (ORCPT ); Sun, 3 Jul 2016 04:57:22 -0400 Subject: Re: [PATCH 1/4] net: ethernet: ti: davinci_cpdma: split descs num between all channels To: David Miller References: <1467313478-22919-1-git-send-email-ivan.khoronzhuk@linaro.org> <1467313478-22919-2-git-send-email-ivan.khoronzhuk@linaro.org> <20160701.163506.323242842287789721.davem@davemloft.net> Cc: netdev@vger.kernel.org, mugunthanvnm@ti.com, grygorii.strashko@ti.com, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, nsekhar@ti.com From: Ivan Khoronzhuk Message-ID: <5778D36E.2040803@linaro.org> Date: Sun, 3 Jul 2016 11:57:18 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <20160701.163506.323242842287789721.davem@davemloft.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01.07.16 23:35, David Miller wrote: > From: Ivan Khoronzhuk > 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