projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b2cd7
)
MUSB: OMAP: make musb_platform_suspend() 'static'
author
Sergei Shtylyov
<sshtylyov@ru.mvista.com>
Thu, 25 Mar 2010 11:25:22 +0000
(13:25 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 20 May 2010 20:21:35 +0000
(13:21 -0700)
This function is only called inside omap2430.c...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/omap2430.c
patch
|
blob
|
history
diff --git
a/drivers/usb/musb/omap2430.c
b/drivers/usb/musb/omap2430.c
index c2413c76126dca0fe7cb3d337fc7b050fee130ba..d05eef2baaaf669e6e89ebc3fa6c1fb8e338e53b 100644
(file)
--- a/
drivers/usb/musb/omap2430.c
+++ b/
drivers/usb/musb/omap2430.c
@@
-275,7
+275,7
@@
void musb_platform_restore_context(struct musb *musb,
}
#endif
-int musb_platform_suspend(struct musb *musb)
+
static
int musb_platform_suspend(struct musb *musb)
{
u32 l;