Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287390
b: refs/heads/master
c: 976d98c
h: refs/heads/master
v: v3
  • Loading branch information
Cong Wang authored and Felipe Balbi committed Feb 3, 2012
1 parent cebf97c commit 5dd5bf5
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: aa3e8b4e715d0781a4e6cd1bb7570410209f0ba8
refs/heads/master: 976d98cb726601972fafb28173d4526ce3603415
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/musb_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@

#if !defined(CONFIG_ARM) && !defined(CONFIG_SUPERH) \
&& !defined(CONFIG_AVR32) && !defined(CONFIG_PPC32) \
&& !defined(CONFIG_PPC64) && !defined(CONFIG_BLACKFIN)
&& !defined(CONFIG_PPC64) && !defined(CONFIG_BLACKFIN) \
&& !defined(CONFIG_MIPS)
static inline void readsl(const void __iomem *addr, void *buf, int len)
{ insl((unsigned long)addr, buf, len); }
static inline void readsw(const void __iomem *addr, void *buf, int len)
Expand Down

0 comments on commit 5dd5bf5

Please sign in to comment.