提交 8f90afd9 编写于 作者: F 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: NFelipe Balbi <balbi@ti.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册