Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227006
b: refs/heads/master
c: 3c8a5fc
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Dec 10, 2010
1 parent 8c2cf64 commit 60dab94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 496351413a227a6c0ea1a704d3d4c775d413fd08
refs/heads/master: 3c8a5fcc051c05cfdd8e3f0d37ba3c183d509cb9
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@ static int __exit musb_remove(struct platform_device *pdev)

#ifdef CONFIG_PM

void musb_save_context(struct musb *musb)
static void musb_save_context(struct musb *musb)
{
int i;
void __iomem *musb_base = musb->mregs;
Expand Down Expand Up @@ -2310,7 +2310,7 @@ void musb_save_context(struct musb *musb)
musb_platform_suspend(musb);
}

void musb_restore_context(struct musb *musb)
static void musb_restore_context(struct musb *musb)
{
int i;
void __iomem *musb_base = musb->mregs;
Expand Down

0 comments on commit 60dab94

Please sign in to comment.