Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,