Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221922
b: refs/heads/master
c: 5d726f5
h: refs/heads/master
v: v3
  • Loading branch information
Ian Jeffray authored and Felipe Balbi committed Nov 5, 2010
1 parent 55830d1 commit 466f828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 31c9909b512aa4c97cffc40627c255070fe0bc78
refs/heads/master: 5d726f5add3af537952f7c35fdaebab43b718c2d
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/musb_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,9 @@ static inline u8 musb_read_txhubaddr(void __iomem *mbase, u8 epnum)
return 0;
}

static inline void musb_read_txhubport(void __iomem *mbase, u8 epnum)
static inline u8 musb_read_txhubport(void __iomem *mbase, u8 epnum)
{
return 0;
}

#endif /* CONFIG_BLACKFIN */
Expand Down

0 comments on commit 466f828

Please sign in to comment.