Re: [U-Boot] [PATCH] exynos: usb: make dwc3_set_mode to static

2015-01-21 Thread Marek Vasut
On Wednesday, January 21, 2015 at 06:16:25 AM, Joonyoung Shim wrote: > The dwc3_set_mode function is used only in > drivers/usb/host/xhci-exynos5.c so make it to static. > > Signed-off-by: Joonyoung Shim Applied, thanks! Best regards, Marek Vasut ___

Re: [U-Boot] [PATCH] exynos: usb: make dwc3_set_mode to static

2015-01-21 Thread Simon Glass
On 20 January 2015 at 22:16, Joonyoung Shim wrote: > The dwc3_set_mode function is used only in > drivers/usb/host/xhci-exynos5.c so make it to static. > > Signed-off-by: Joonyoung Shim > --- > drivers/usb/host/xhci-exynos5.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by:

[U-Boot] [PATCH] exynos: usb: make dwc3_set_mode to static

2015-01-20 Thread Joonyoung Shim
The dwc3_set_mode function is used only in drivers/usb/host/xhci-exynos5.c so make it to static. Signed-off-by: Joonyoung Shim --- drivers/usb/host/xhci-exynos5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci-exynos5.c b/drivers/usb/host/xhci-exynos5.c