Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221682
b: refs/heads/master
c: cad3cde
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Nov 4, 2010
1 parent 2799e6a commit 9a75caa
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: 5c4e0f198d670338daf296e95b7536fdb3489590
refs/heads/master: cad3cde3f6f2a7854489f957dc22aa9a23afb06c
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-shmobile/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ static inline int gpio_cansleep(unsigned gpio)

static inline int gpio_to_irq(unsigned gpio)
{
return -ENOSYS;
return __gpio_to_irq(gpio);
}

static inline int irq_to_gpio(unsigned int irq)
{
return -EINVAL;
return -ENOSYS;
}

#endif /* CONFIG_GPIOLIB */
Expand Down

0 comments on commit 9a75caa

Please sign in to comment.