mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 03:57:34 -04:00
MUSB: OMAP: make musb_platform_suspend() 'static'
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
69b2cd7200
commit
5b3078b2d7
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user