aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/raumfeld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/raumfeld.c b/arch/arm/mach-pxa/raumfeld.c
index 9d23f6904441..44bb675e47f1 100644
--- a/arch/arm/mach-pxa/raumfeld.c
+++ b/arch/arm/mach-pxa/raumfeld.c
@@ -442,7 +442,7 @@ static struct gpio_keys_button gpio_keys_button[] = {
442 .active_low = 0, 442 .active_low = 0,
443 .wakeup = 0, 443 .wakeup = 0,
444 .debounce_interval = 5, /* ms */ 444 .debounce_interval = 5, /* ms */
445 .desc = "on/off button", 445 .desc = "on_off button",
446 }, 446 },
447}; 447};
448 448