From 0ad3f771b69c0db837f40f6ffd5d41915fc07095 Mon Sep 17 00:00:00 2001 From: Mugunthan V N Date: Fri, 18 May 2018 13:10:27 +0200 Subject: 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 Signed-off-by: Michal Simek --- drivers/usb/dwc3/ti_usb_phy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/usb/dwc3/ti_usb_phy.c') diff --git a/drivers/usb/dwc3/ti_usb_phy.c b/drivers/usb/dwc3/ti_usb_phy.c index 925f56c97c..d168e868e3 100644 --- a/drivers/usb/dwc3/ti_usb_phy.c +++ b/drivers/usb/dwc3/ti_usb_phy.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "linux-compat.h" -- cgit