[PATCHv4 08/20] usb: host: xhci-plat: add support for the Armada 375/38x XHCI controllers
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Sun May 11 11:12:47 PDT 2014
Dear Shimoda, Yoshihiro,
On Thu, 8 May 2014 11:44:48 +0900, Shimoda, Yoshihiro wrote:
> > +#ifndef __LINUX_XHCI_MVEBU_H
> > +#define __LINUX_XHCI_MVEBU_H
> > +#if IS_ENABLED(CONFIG_USB_XHCI_MVEBU)
> > +int xhci_mvebu_mbus_init_quirk(struct platform_device *pdev);
> > +#else
> > +static inline int xhci_mvebu_mbus_init_quirk(struct device dev)
>
> I could not compile this code when I disabled CONFIG_USB_XHCI_MVEBU:
> incompatible type for argument 1 of 'xhci_mvebu_mbus_init_quirk'.
>
> So, the "struct device dev" should be changed to "struct platform_device *pdev".
Ah, yes, correct, thanks! Will fix in v5.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
More information about the linux-arm-kernel
mailing list