Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228977
b: refs/heads/master
c: 718c45b
h: refs/heads/master
i:
  228975: 6e3bb7f
v: v3
  • Loading branch information
Alek Du authored and Ingo Molnar committed Jan 11, 2011
1 parent d7f25ac commit 3adf167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 990a32d1e54b3c0f7304bec95fb883404589b3f0
refs/heads/master: 718c45bd1aa80c4e23a0ee204c973e3014e94708
5 changes: 1 addition & 4 deletions trunk/arch/x86/include/asm/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ static inline int gpio_cansleep(unsigned int gpio)
return __gpio_cansleep(gpio);
}

/*
* Not implemented, yet.
*/
static inline int gpio_to_irq(unsigned int gpio)
{
return -ENOSYS;
return __gpio_to_irq(gpio);
}

static inline int irq_to_gpio(unsigned int irq)
Expand Down

0 comments on commit 3adf167

Please sign in to comment.