]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:57 +0000 (13:53 +0200)
commitadea5f288a25f5393eb442bc58cd05b2970d4358
tree749afb8dc8137025bff4eb34b775fbe738825f2f
parenta7137f50d285e137f70e45d6d564aecb67963862
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