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 jy0922.s...@samsung.com 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 jy0922.s...@samsung.com --- drivers/usb/host/xhci-exynos5.c | 2 +- 1 file changed, 1

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 jy0922.s...@samsung.com Applied, thanks! Best regards, Marek Vasut

[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 jy0922.s...@samsung.com --- drivers/usb/host/xhci-exynos5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/xhci-exynos5.c