projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dafc3d
)
usb: phy: msm: mark msm_otg_mode_fops static
author
Felipe Balbi
<balbi@ti.com>
Wed, 20 Aug 2014 18:38:18 +0000
(13:38 -0500)
committer
Felipe 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/phy/phy-msm-usb.c
b/drivers/usb/phy/phy-msm-usb.c
index e4108eec5ef4153c7370f405040618cd1df41114..df8e1ba56509a9d2d0f7905d0b616928631c4a7e 100644
(file)
--- a/
drivers/usb/phy/phy-msm-usb.c
+++ b/
drivers/usb/phy/phy-msm-usb.c
@@
-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,