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)
commit0ad3f771b69c0db837f40f6ffd5d41915fc07095
treef196f281fedfc2c9320500d7c1e543bc2f385524
parentd067624c47bf15b9b5b716ae8be510fa1fb615a2
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