login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
15
Re: [patch] usb: fix ssb_ohci_probe() build bug
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Michael Buesch <mb@...>
To: Ingo Molnar <mingo@...>
Cc: Al Viro <viro@...>, <gregkh@...>, David Brownell <dbrownell@...>, John W. Linville <linville@...>, <linux-kernel@...>
Subject:
Re: [patch] usb: fix ssb_ohci_probe() build bug
Date: Monday, October 15, 2007 - 2:08 pm
On Monday 15 October 2007 19:43:21 Ingo Molnar wrote:
quoted text
> > * Ingo Molnar <mingo@elte.hu> wrote: > > > find attached another config that reproduces the build failure above. > > > > i think the reason is this: > > > > CONFIG_SSB=m > > CONFIG_USB_OHCI_HCD=y > > CONFIG_USB_OHCI_HCD_SSB=y > > the patch below fixes this for me. > > Ingo > > -----------------------> > Subject: usb: fix ssb_ohci_probe() build bug > From: Ingo Molnar <mingo@elte.hu> > > fix ssb_ohci_probe() build bug: > > drivers/built-in.o: In function `ssb_ohci_probe': > ohci-hcd.c:(.text+0xbff39): undefined reference to `ssb_device_enable' > ohci-hcd.c:(.text+0xbff6f): undefined reference to `ssb_admatch_base' > ohci-hcd.c:(.text+0xbff8b): undefined reference to `ssb_admatch_size' > ohci-hcd.c:(.text+0xbffe5): undefined reference to `ssb_device_disable' > [...] > > the reason was that this Kconfig combination was allowed: > > CONFIG_SSB=m > CONFIG_USB_OHCI_HCD=y > CONFIG_USB_OHCI_HCD_SSB=y > > the fix is to require a modular USB_OHCI_HCD build when SSB is modular. > > Signed-off-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Michael Buesch <mb@bu3sch.de> Somebody of the USB folks apply this, please.
quoted text
> --- > drivers/usb/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: linux/drivers/usb/host/Kconfig > =================================================================== > --- linux.orig/drivers/usb/host/Kconfig > +++ linux/drivers/usb/host/Kconfig > @@ -156,7 +156,7 @@ config USB_OHCI_HCD_PCI > > config USB_OHCI_HCD_SSB > bool "OHCI support for Broadcom SSB OHCI core" > - depends on USB_OHCI_HCD && SSB && EXPERIMENTAL > + depends on USB_OHCI_HCD && (SSB = y || SSB = CONFIG_USB_OHCI_HCD) && EXPERIMENTAL > default n > ---help--- > Support for the Sonics Silicon Backplane (SSB) attached > >
-- Greetings Michael. -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[bug] usb build failure, latest -git
, Ingo Molnar
, (Sat Oct 13, 11:29 pm)
Re: [bug] usb build failure, latest -git
, Michael Buesch
, (Sun Oct 14, 5:32 am)
Re: [bug] usb build failure, latest -git
, Gabriel C
, (Sat Oct 13, 11:40 pm)
Re: [bug] usb build failure, latest -git
, Al Viro
, (Sat Oct 13, 11:35 pm)
Re: [bug] usb build failure, latest -git
, Ingo Molnar
, (Mon Oct 15, 6:53 am)
Re: [bug] usb build failure, latest -git
, Michael Buesch
, (Mon Oct 15, 8:58 am)
[build bug] drivers/ssb build failure, latest -git
, Ingo Molnar
, (Mon Oct 15, 9:50 am)
Re: [build bug] drivers/ssb build failure, latest -git
, Ingo Molnar
, (Mon Oct 15, 1:38 pm)
[patch] usb: fix ssb_ohci_probe() build bug
, Ingo Molnar
, (Mon Oct 15, 1:43 pm)
Re: [patch] usb: fix ssb_ohci_probe() build bug
, Michael Buesch
, (Mon Oct 15, 2:08 pm)
Re: [patch] usb: fix ssb_ohci_probe() build bug
, Ingo Molnar
, (Wed Oct 24, 3:46 pm)
Re: [patch] usb: fix ssb_ohci_probe() build bug
, Greg KH
, (Wed Oct 24, 4:21 pm)
[patch] ssb: fix build failure
, Ingo Molnar
, (Mon Oct 15, 9:56 am)
Re: [bug] usb build failure, latest -git
, Ingo Molnar
, (Sun Oct 14, 12:04 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Linus Torvalds
Re: LSM conversion to static interface
Ingo Molnar
[patch 03/13] syslets: generic kernel bits
Ingo Molnar
Re: [PATCH 6/6] sched: disabled rt-bandwidth by default
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
git
:
linux-netdev
:
David Miller
[GIT]: Networking
Gregory Haskins
[RFC PATCH 00/17] virtual-bus
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
1051 guests
online.
Online users
Nelson
Syndicate