On Monday 15 October 2007 12:53:44 Ingo Molnar wrote:
> 
> * Al Viro <[EMAIL PROTECTED]> wrote:
> 
> > On Sun, Oct 14, 2007 at 05:29:48AM +0200, Ingo Molnar wrote:
> > > 
> > > FYI, the attached config fails to build on most recent -git with:
> > > 
> > >  In file included from drivers/usb/host/ohci-hcd.c:1038:
> > >  drivers/usb/host/ohci-ssb.c:120: error: 'ohci_bus_suspend' undeclared 
> > > here (not in a function)
> > >  drivers/usb/host/ohci-ssb.c:121: error: 'ohci_bus_resume' undeclared 
> > > here (not in a function)
> > >  make[3]: *** [drivers/usb/host/ohci-hcd.o] Error 1
> > 
> > Subject: [PATCH] ohci-ssb with !CONFIG_PM
> 
> there's a new build failure with latest -git:
> 
>  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'
>  [...]
> 
> config attached.
> 
>       Ingo
> 

I'm not sure why this happens. SSB is Y and ohci-hcd is also Y.
So why doesn't it find the syms?

-- 
Greetings Michael.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to