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)
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

index e4108eec5ef4153c7370f405040618cd1df41114..df8e1ba56509a9d2d0f7905d0b616928631c4a7e 100644 (file)
@@ -1394,7 +1394,7 @@ out:
        return status;
 }
 
-const struct file_operations msm_otg_mode_fops = {
+static const struct file_operations msm_otg_mode_fops = {
        .open = msm_otg_mode_open,
        .read = seq_read,
        .write = msm_otg_mode_write,
This page took 0.0258 seconds and 5 git commands to generate.