aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSergei Shtylyov <sshtylyov@ru.mvista.com>2010-03-25 13:25:22 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-20 13:21:35 -0700
commit5b3078b2d789f4bd49006a3633dc106e56c47e28 (patch)
treeefadc10c3020a9958602f170cf266bdaa3a8bcd9 /drivers
parentMUSB: Blackfin: remove bfin_vbus_power() (diff)
downloadlinux-dev-5b3078b2d789f4bd49006a3633dc106e56c47e28.tar.xz
linux-dev-5b3078b2d789f4bd49006a3633dc106e56c47e28.zip
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')
-rw-r--r--drivers/usb/musb/omap2430.c2
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,
}
#endif
-int musb_platform_suspend(struct musb *musb)
+static int musb_platform_suspend(struct musb *musb)
{
u32 l;