On Wed, Feb 17, 2016 at 04:24:26PM +0200, Felipe Balbi wrote:
> 
> Hi,
> 
> Heikki Krogerus <heikki.kroge...@linux.intel.com> writes:
> > This should allow the core driver to drop handling of
> > platform data and expect the platform specific details to
> > always come from properties.
> >
> > Signed-off-by: Heikki Krogerus <heikki.kroge...@linux.intel.com>
> > Cc: Huang Rui <ray.hu...@amd.com>
> > CC: John Youn <john.y...@synopsys.com>
> 
> doesn't compile dude:
> 
> make -k -j16 -- drivers/usb/dwc3/
>   CHK     include/config/kernel.release
>   CHK     include/generated/uapi/linux/version.h
>   CHK     include/generated/utsrelease.h
>   CHK     include/generated/timeconst.h
>   CHK     include/generated/bounds.h
>   CHK     include/generated/asm-offsets.h
>   CALL    scripts/checksyscalls.sh
>   CC [M]  drivers/usb/dwc3/dwc3-pci.o
>   CC [M]  drivers/usb/dwc3/dwc3-keystone.o
>   CC [M]  drivers/usb/dwc3/dwc3-of-simple.o
> drivers/usb/dwc3/dwc3-pci.c: In function ‘dwc3_pci_add_pset’:
> drivers/usb/dwc3/dwc3-pci.c:54:9: error: implicit declaration of function 
> ‘platform_device_add_properties’ [-Werror=implicit-function-declaration]
>   return platform_device_add_properties(dwc3, &pset);

Which kernel are you using? platform_device_add_properties() is
available from v4.5-rc1 onwards.


Thanks,

-- 
heikki
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to