From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751984AbdHaRrm (ORCPT ); Thu, 31 Aug 2017 13:47:42 -0400 Received: from mail-pg0-f41.google.com ([74.125.83.41]:36859 "EHLO mail-pg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751622AbdHaRrk (ORCPT ); Thu, 31 Aug 2017 13:47:40 -0400 X-Google-Smtp-Source: ADKCNb45ogu3FkfbTqt0uEJkiBlp9HUzVOq7IuxnQ0/W5YBigjmEbiEyfTUGb939O4hWQdObIE9RFQ== Date: Thu, 31 Aug 2017 10:47:37 -0700 From: Bjorn Andersson To: Stephen Rothwell Cc: Linux-Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: build failure after merge of the rpmsg tree Message-ID: <20170831174737.GS29306@minitux> References: <20170831165447.064fab6f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170831165447.064fab6f@canb.auug.org.au> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 30 Aug 23:54 PDT 2017, Stephen Rothwell wrote: > Hi Bjorn, > > After merging the rpmsg tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "qcom_glink_native_probe" [drivers/rpmsg/qcom_glink_rpm.ko] undefined! > ERROR: "qcom_glink_native_remove" [drivers/rpmsg/qcom_glink_rpm.ko] undefined! > > Maybe caused by commit > > 6799c434c27b ("rpmsg: glink: Split rpm_probe to reuse the common code") > Thanks for letting me know Stephen, those functions should have been exported and I've corrected it. > I have used the rpmsg tree from next-20170829 for today. > Thanks, Bjorn