On Wed, 2006-12-20 at 13:59 -0800, Greg KH wrote:
> On Wed, Dec 13, 2006 at 09:09:55PM +0100, Sylvain Munaut wrote:
> > PPC embedded systems can have a ohci controller builtin. In the
> > new model, it will end up as a driver on the of_platform bus,
> > this patches takes care of them.
> > 
> > Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]>
> > Acked-by: David Brownell <[EMAIL PROTECTED]>
> > ---
> >  drivers/usb/host/Kconfig       |   23 ++++
> >  drivers/usb/host/ohci-hcd.c    |   20 +++
> >  drivers/usb/host/ohci-ppc-of.c |  232 
> > ++++++++++++++++++++++++++++++++++++++++
> >  3 files changed, 274 insertions(+), 1 deletions(-)
> 
> After this patch, on i386, I get the following warnings:
> 
>   CC [M]  drivers/usb/host/ohci-hcd.o
> In file included from drivers/usb/host/ohci-hcd.c:79:
> drivers/usb/host/ohci.h: In function '_ohci_readl':
> drivers/usb/host/ohci.h:509: warning: implicit declaration of function 
> 'readl_be'
> drivers/usb/host/ohci.h: In function '_ohci_writel':
> drivers/usb/host/ohci.h:517: warning: implicit declaration of function 
> 'writel_be'
> 
> I'll keep the patch in my tree for now, but please send me a fix for
> this.

Ok, it's harmless as they are in an if (0) but annoying. I'll send a
patch adding a #ifdef to make it not happen.

Ben.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to