Skip to content

Commit

Permalink
MUSB: OMAP: make musb_platform_suspend() 'static'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergei Shtylyov authored and Greg Kroah-Hartman committed May 20, 2010
1 parent 69b2cd7 commit 5b3078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5b3078b

Please sign in to comment.