diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/boards/stamp.c')
-rw-r--r-- | arch/blackfin/mach-bf533/boards/stamp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf533/boards/stamp.c b/arch/blackfin/mach-bf533/boards/stamp.c index 0185350feacc..41ec72f8a08c 100644 --- a/arch/blackfin/mach-bf533/boards/stamp.c +++ b/arch/blackfin/mach-bf533/boards/stamp.c | |||
@@ -423,9 +423,9 @@ static struct platform_device bfin_pata_device = { | |||
423 | #include <linux/gpio_keys.h> | 423 | #include <linux/gpio_keys.h> |
424 | 424 | ||
425 | static struct gpio_keys_button bfin_gpio_keys_table[] = { | 425 | static struct gpio_keys_button bfin_gpio_keys_table[] = { |
426 | {BTN_0, GPIO_PF5, 1, "gpio-keys: BTN0"}, | 426 | {BTN_0, GPIO_PF5, 0, "gpio-keys: BTN0"}, |
427 | {BTN_1, GPIO_PF6, 1, "gpio-keys: BTN1"}, | 427 | {BTN_1, GPIO_PF6, 0, "gpio-keys: BTN1"}, |
428 | {BTN_2, GPIO_PF8, 1, "gpio-keys: BTN2"}, | 428 | {BTN_2, GPIO_PF8, 0, "gpio-keys: BTN2"}, |
429 | }; | 429 | }; |
430 | 430 | ||
431 | static struct gpio_keys_platform_data bfin_gpio_keys_data = { | 431 | static struct gpio_keys_platform_data bfin_gpio_keys_data = { |