diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-03-25 07:25:22 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:35 -0400 |
commit | 5b3078b2d789f4bd49006a3633dc106e56c47e28 (patch) | |
tree | efadc10c3020a9958602f170cf266bdaa3a8bcd9 /drivers/usb/musb | |
parent | 69b2cd7200a32956581cab24b2a4ecf8353cd6f8 (diff) |
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>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r-- | drivers/usb/musb/omap2430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index c2413c76126d..d05eef2baaaf 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c | |||
@@ -275,7 +275,7 @@ void musb_platform_restore_context(struct musb *musb, | |||
275 | } | 275 | } |
276 | #endif | 276 | #endif |
277 | 277 | ||
278 | int musb_platform_suspend(struct musb *musb) | 278 | static int musb_platform_suspend(struct musb *musb) |
279 | { | 279 | { |
280 | u32 l; | 280 | u32 l; |
281 | 281 | ||