]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: usb: dwc3: remove devm_zalloc from linux_compact
authorMugunthan V N <mugunthanvnm@ti.com>
Fri, 18 May 2018 11:10:27 +0000 (13:10 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 18 May 2018 11:37:02 +0000 (13:37 +0200)
commitbbbee86daa4bb6ba2b387ec1f39b93f4b30bc4e8
treef196f281fedfc2c9320500d7c1e543bc2f385524
parent1f0a7d75bd6c903076d5c591f0b07531416d5347
drivers: usb: dwc3: remove devm_zalloc from linux_compact

devm_zalloc() is already defined in dm/device.h header, so
devm_zalloc can be removed from linux_compact.h beader file.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/dwc3-omap.c
drivers/usb/dwc3/linux-compat.h
drivers/usb/dwc3/ti_usb_phy.c