Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91266
b: refs/heads/master
c: d8a42fc
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Baryshkov authored and Russell King committed Apr 19, 2008
1 parent 5d53126 commit 50b82e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: b907ef688ddb6d73fc1c83b6fbcd62f5c2c2a14f
refs/heads/master: d8a42fc45517081d1a8cf050a86eb79b0e290774
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-pxa/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ static struct pxa_gpio_chip pxa_gpio_chip[] = {
* Use this instead of directly setting GRER/GFER.
*/

static long GPIO_IRQ_rising_edge[4];
static long GPIO_IRQ_falling_edge[4];
static long GPIO_IRQ_mask[4];
static unsigned long GPIO_IRQ_rising_edge[4];
static unsigned long GPIO_IRQ_falling_edge[4];
static unsigned long GPIO_IRQ_mask[4];

/*
* On PXA25x and PXA27x, GAFRx and GPDRx together decide the alternate
Expand Down

0 comments on commit 50b82e9

Please sign in to comment.