From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Fri, 16 Sep 2016 17:56:08 +0200 Subject: [PATCH] musb: Export musb_root_disconnect for use in modules In-Reply-To: <20160916155317.GE27974@sirena.org.uk> References: <20160916145936.3297-1-hdegoede@redhat.com> <20160916154701.GA20742@kroah.com> <20160916155317.GE27974@sirena.org.uk> Message-ID: <20160916155608.GA31257@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Sep 16, 2016 at 04:53:17PM +0100, Mark Brown wrote: > On Fri, Sep 16, 2016 at 05:47:01PM +0200, Greg Kroah-Hartman wrote: > > On Fri, Sep 16, 2016 at 04:59:36PM +0200, Hans de Goede wrote: > > > > +EXPORT_SYMBOL_GPL(musb_root_disconnect); > > > Does this fix a build error somehow? Who reported it? > > Yes, the sunxi driver uses this symbol and the build bots reported it > yesterday. then all of that should have been in this patch :( So much for me trying to be subtle...