OSDN Git Service

usb: phy: msm: mark msm_otg_mode_fops static
authorFelipe Balbi <balbi@ti.com>
Wed, 20 Aug 2014 18:38:18 +0000 (13:38 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 20 Aug 2014 18:38:18 +0000 (13:38 -0500)
commit8f90afd918886f10ac82aded9a30edfd80f2f69b
treef61ce49ea27ca6c947bf7efa786a3ffb9b940ec1
parent0dafc3d94596522787e216711d305add1c1dce99
usb: phy: msm: mark msm_otg_mode_fops static

that declaration is only used inside this driver,
marking it static.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-msm-usb.c