Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162812
b: refs/heads/master
c: 75f4531
h: refs/heads/master
v: v3
  • Loading branch information
Manuel Lauss authored and Ralf Baechle committed Sep 17, 2009
1 parent d79c399 commit 98301d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6de4c6f9c8ead69d2f423ea80a384ef98bb4b3f8
refs/heads/master: 75f453164178a1749297fc466300bf3e34ef8103
9 changes: 9 additions & 0 deletions trunk/arch/mips/include/asm/mach-au1x00/gpio-au1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,15 @@ static inline int irq_to_gpio(int irq)
return alchemy_irq_to_gpio(irq);
}

static inline int gpio_request(unsigned gpio, const char *label)
{
return 0;
}

static inline void gpio_free(unsigned gpio)
{
}

#endif /* !CONFIG_ALCHEMY_GPIO_INDIRECT */


Expand Down

0 comments on commit 98301d2

Please sign in to comment.