diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-03-25 13:25:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 13:21:35 -0700 |
commit | 5b3078b2d789f4bd49006a3633dc106e56c47e28 (patch) | |
tree | efadc10c3020a9958602f170cf266bdaa3a8bcd9 | |
parent | 69b2cd7200a32956581cab24b2a4ecf8353cd6f8 (diff) | |
download | op-kernel-dev-5b3078b2d789f4bd49006a3633dc106e56c47e28.zip op-kernel-dev-5b3078b2d789f4bd49006a3633dc106e56c47e28.tar.gz |
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>
-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 c2413c7..d05eef2 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, } #endif -int musb_platform_suspend(struct musb *musb) +static int musb_platform_suspend(struct musb *musb) { u32 l; |