Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200817
b: refs/heads/master
c: cdf22a4
h: refs/heads/master
i:
  200815: 5a83b11
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jul 5, 2010
1 parent 027eac1 commit d612960
Show file tree
Hide file tree
Showing 3 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: e48682ddaa8c553fe36a01be9fa07e2556a640df
refs/heads/master: cdf22a4e90ea3ea8e6a7dd9d2fa810b4a3cdfaed
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/mach-ar7/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define AR7_GPIO_MAX 32
#define NR_BUILTIN_GPIO AR7_GPIO_MAX

#define gpio_to_irq(gpio) NULL
#define gpio_to_irq(gpio) -1

#define gpio_get_value __gpio_get_value
#define gpio_set_value __gpio_set_value
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mips/include/asm/mach-bcm63xx/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <bcm63xx_gpio.h>

#define gpio_to_irq(gpio) NULL
#define gpio_to_irq(gpio) -1

#define gpio_get_value __gpio_get_value
#define gpio_set_value __gpio_set_value
Expand Down

0 comments on commit d612960

Please sign in to comment.