Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248901
b: refs/heads/master
c: d5f6db9
h: refs/heads/master
i:
  248899: 53be2d2
v: v3
  • Loading branch information
Jan Andersson authored and Greg Kroah-Hartman committed May 19, 2011
1 parent 8c288a9 commit 8033b39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: fda928ac97dbf0359f3dc4c96925b7b422b540d7
refs/heads/master: d5f6db9e1aff6ccf1876224f152c0268b0c8a992
3 changes: 0 additions & 3 deletions trunk/drivers/usb/host/ehci.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,9 +628,6 @@ ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc)
#if defined(CONFIG_ARM) && defined(CONFIG_ARCH_IXP4XX)
#define readl_be(addr) __raw_readl((__force unsigned *)addr)
#define writel_be(val, addr) __raw_writel(val, (__force unsigned *)addr)
#elif defined(CONFIG_SPARC_LEON)
#define readl_be(addr) __raw_readl(addr)
#define writel_be(val, addr) __raw_writel(val, addr)
#endif

static inline unsigned int ehci_readl(const struct ehci_hcd *ehci,
Expand Down

0 comments on commit 8033b39

Please sign in to comment.