Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174961
b: refs/heads/master
c: 92dea9f
h: refs/heads/master
i:
  174959: 813f1af
v: v3
  • Loading branch information
Bryan Wu authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent d88ae4e commit 833c0a4
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: 04f4086fdc10e60e790d5fc070c33c8905d1d32e
refs/heads/master: 92dea9f3c92a96fce8f355151d536f5b1d07589e
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/musb_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,9 @@ static inline u16 musb_read_hwvers(void __iomem *mbase)
return 0;
}

static inline u16 musb_read_target_reg_base(u8 i, void __iomem *mbase)
static inline void __iomem *musb_read_target_reg_base(u8 i, void __iomem *mbase)
{
return 0;
return NULL;
}

static inline void musb_write_rxfunaddr(void __iomem *ep_target_regs,
Expand Down

0 comments on commit 833c0a4

Please sign in to comment.