提交 5b3078b2 编写于 作者: S Sergei Shtylyov 提交者: Greg Kroah-Hartman

MUSB: OMAP: make musb_platform_suspend() 'static'

This function is only called inside omap2430.c...
Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: NFelipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 69b2cd72
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册