]> git.sur5r.net Git - u-boot/commit
exynos: usb: make dwc3_set_mode to static
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 21 Jan 2015 05:16:25 +0000 (14:16 +0900)
committerMarek Vasut <marex@denx.de>
Tue, 24 Feb 2015 17:54:03 +0000 (18:54 +0100)
commit8f9f7be7af4e3662424da6fa0c3b7d1041c1b1d2
tree041d75b090f8b040819d600f6853ff71415a7ac3
parent38dac81b3d0e777f301ca98100bfbcab01d616c2
exynos: usb: make dwc3_set_mode to static

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.shim@samsung.com>
drivers/usb/host/xhci-exynos5.c