From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: Re: [PATCH] dbgp: fix compile error on building EARLY_PRINTK_DBGP without USB_SUPPORT Date: Mon, 29 Oct 2012 13:45:52 +0100 Message-ID: <20121029124552.GB18860@order.stressinduktion.org> References: <20121028174441.GA30893@order.stressinduktion.org> <508E5D5C02000078000A5028@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <508E5D5C02000078000A5028@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: xen-devel@lists.xensource.com, xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, Oct 29, 2012 at 09:41:32AM +0000, Jan Beulich wrote: > >>> On 28.10.12 at 18:44, Hannes Frederic Sowa wrote: > > This patch fixes following compile error: > > > > drivers/built-in.o: In function `dbgp_reset_prep': > > linux/drivers/usb/early/ehci-dbgp.c:984: undefined reference to > > `xen_dbgp_reset_prep' > > drivers/built-in.o: In function `dbgp_external_startup': > > linux/drivers/usb/early/ehci-dbgp.c:619: undefined reference to > > `xen_dbgp_external_startup' > > > > EARLY_PRINTK_DBGP should work without USB_SUPPORT. > > An alternative patch was previously suggested to address this > build problem. Hm, ok. I searched for a patch in the archives but did not find one. Do you have a link? Greetings, Hannes