Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269412
b: refs/heads/master
c: 9d08d5d
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij authored and Russell King committed Aug 22, 2011
1 parent a15aa7d commit 3c0c92f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2428835fc6a579b68dde16d37e0b72ca29259c96
refs/heads/master: 9d08d5d77a355510c2f5657c86b0a4b25acfe72c
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-sa1100/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,5 @@ static inline void gpio_set_value(unsigned gpio, int value)

#define gpio_to_irq(gpio) ((gpio < 11) ? (IRQ_GPIO0 + gpio) : \
(IRQ_GPIO11 - 11 + gpio))
#define irq_to_gpio(irq) ((irq < IRQ_GPIO11_27) ? (irq - IRQ_GPIO0) : \
(irq - IRQ_GPIO11 + 11))

#endif

0 comments on commit 3c0c92f

Please sign in to comment.