From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: QRTR merge conflict resolution Date: Tue, 17 May 2016 21:09:43 -0700 Message-ID: <20160518040943.GO1256@tuxbot> References: <20160510183934.GJ1256@tuxbot> <2606282.lG9qK7uBW0@wuerfel> <20160513221909.GC1256@tuxbot> <20160517.141154.1511755950068252376.davem@davemloft.net> <20160518104320.23ae8557@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f49.google.com ([209.85.220.49]:36630 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750979AbcEREJr (ORCPT ); Wed, 18 May 2016 00:09:47 -0400 Received: by mail-pa0-f49.google.com with SMTP id bt5so13284535pac.3 for ; Tue, 17 May 2016 21:09:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20160518104320.23ae8557@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: David Miller , arnd@arndb.de, linux-arm-kernel@lists.infradead.org, andy.gross@linaro.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, olof@lixom.net On Tue 17 May 17:43 PDT 2016, Stephen Rothwell wrote: > Hi David, > > On Tue, 17 May 2016 14:11:54 -0400 (EDT) David Miller wrote: > > > > From: Bjorn Andersson > > Date: Fri, 13 May 2016 15:19:09 -0700 > > > > > I have prepared the merge of net-next and the conflicting tag from the > > > Qualcomm SOC, please include this in your pull towards Linus to avoid > > > the merge conflict. > > > > Pulled, thanks. > > Except in the merge resolution, the 2 new functions added to > include/linux/soc/qcom/smd.h (qcom_smd_get_drvdata and > qcom_smd_set_drvdata) were not marked "static inline" :-( > How silly of me to miss that, sorry about that. I didn't spot this in my compile testing either, because this is the only driver in the tree including that file that doesn't depend on QCOM_SMD. As there is no immediate problem with moving forward I suggest that I'll fix this, through arm-soc, once the code has landed. Regards, Bjorn