Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217137
b: refs/heads/master
c: cec0516
h: refs/heads/master
i:
  217135: 70085b3
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 3cca5c4 commit 10362bf
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: ac2e7c92ee071d398b72a7848a298664b80f9712
refs/heads/master: cec051671dc2bb72cc2870aa149d7101ea494b8b
5 changes: 1 addition & 4 deletions trunk/arch/microblaze/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 10362bf

Please sign in to comment.