Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115772
b: refs/heads/master
c: eaa3246
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent a980703 commit 877779d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f9e9cff613b8239ce9159735aa662c9c85b478bf
refs/heads/master: eaa3246e7dbddd7a029bef22e8b80cbab03466a2
4 changes: 3 additions & 1 deletion trunk/drivers/usb/musb/musb_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@

#include <linux/io.h>

#ifndef CONFIG_ARM
#if !defined(CONFIG_ARM) && !defined(CONFIG_SUPERH) \
&& !defined(CONFIG_AVR32) && !defined(CONFIG_PPC32) \
&& !defined(CONFIG_PPC64)
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 877779d

Please sign in to comment.