Commit 8f90afd9 authored by Felipe Balbi's avatar Felipe Balbi

usb: phy: msm: mark msm_otg_mode_fops static

that declaration is only used inside this driver,
marking it static.
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 0dafc3d9
......@@ -1394,7 +1394,7 @@ static ssize_t msm_otg_mode_write(struct file *file, const char __user *ubuf,
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment