From 50b82e9b6751016fe0f0ef7817398ea2047bab05 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat, 19 Apr 2008 10:42:18 +0100 Subject: [PATCH] --- yaml --- r: 91266 b: refs/heads/master c: d8a42fc45517081d1a8cf050a86eb79b0e290774 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/gpio.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index cc5d2d83fd08..def3b679c505 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b907ef688ddb6d73fc1c83b6fbcd62f5c2c2a14f +refs/heads/master: d8a42fc45517081d1a8cf050a86eb79b0e290774 diff --git a/trunk/arch/arm/mach-pxa/gpio.c b/trunk/arch/arm/mach-pxa/gpio.c index 1a7057991da6..7d3e16970be0 100644 --- a/trunk/arch/arm/mach-pxa/gpio.c +++ b/trunk/arch/arm/mach-pxa/gpio.c @@ -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