|
@@ -1394,7 +1394,7 @@ out:
|
|
return status;
|
|
return status;
|
|
}
|
|
}
|
|
|
|
|
|
-const struct file_operations msm_otg_mode_fops = {
|
|
|
|
|
|
+static const struct file_operations msm_otg_mode_fops = {
|
|
.open = msm_otg_mode_open,
|
|
.open = msm_otg_mode_open,
|
|
.read = seq_read,
|
|
.read = seq_read,
|
|
.write = msm_otg_mode_write,
|
|
.write = msm_otg_mode_write,
|