diff options
Diffstat (limited to 'arch/arm/mach-pxa/littleton.c')
-rw-r--r-- | arch/arm/mach-pxa/littleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index e408a3a89bba..0a4b54c21314 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c | |||
@@ -87,7 +87,7 @@ static struct resource smc91x_resources[] = { | |||
87 | [1] = { | 87 | [1] = { |
88 | .start = IRQ_GPIO(mfp_to_gpio(MFP_PIN_GPIO90)), | 88 | .start = IRQ_GPIO(mfp_to_gpio(MFP_PIN_GPIO90)), |
89 | .end = IRQ_GPIO(mfp_to_gpio(MFP_PIN_GPIO90)), | 89 | .end = IRQ_GPIO(mfp_to_gpio(MFP_PIN_GPIO90)), |
90 | .flags = IORESOURCE_IRQ, | 90 | .flags = IORESOURCE_IRQ | IRQF_TRIGGER_FALLING, |
91 | } | 91 | } |
92 | }; | 92 | }; |
93 | 93 | ||