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.

thanks,

greg k-h

-------------------------------------------------------------------------
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