From 52a63ddfe783668445d846579832670b4c6e93fa Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 14 Jan 2008 08:53:22 +0100 Subject: [PATCH] --- yaml --- r: 77439 b: refs/heads/master c: eaf858a988a4b7b34a6ae03a3ac52cdf25013892 h: refs/heads/master i: 77437: 8d8323cc3d03fb07037ca29ac23898fd77d0c98c 77435: 315375e2d064c82532eaca16c0f7cdaee3b0f706 77431: 82758d8c640d0eb3fa2eb16ac7ba7035fceaa789 77423: 0e53eaa06550052e27e1d788ded053b0d4d468c5 77407: 80e022d62f8b48e7e9fabef8bafa20c60b2f638a 77375: d050b95e45fb3807fe395429ba2ad9debe5011d1 77311: 543be86e07eb0441f8dbbcf4b0c165cf0b86482b v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-at91/board-sam9261ek.c | 8 ++-- trunk/arch/arm/mach-at91/board-sam9263ek.c | 53 ++++++++++++++++++++++ 3 files changed, 58 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 604f063e37e1..68d63542070b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86640cae60147b0cd2705145de8067e24db70a8b +refs/heads/master: eaf858a988a4b7b34a6ae03a3ac52cdf25013892 diff --git a/trunk/arch/arm/mach-at91/board-sam9261ek.c b/trunk/arch/arm/mach-at91/board-sam9261ek.c index 594c5c100ef9..aa29ea58ca09 100644 --- a/trunk/arch/arm/mach-at91/board-sam9261ek.c +++ b/trunk/arch/arm/mach-at91/board-sam9261ek.c @@ -404,25 +404,25 @@ static struct atmel_lcdfb_info __initdata ek_lcdc_data; static struct gpio_keys_button ek_buttons[] = { { .gpio = AT91_PIN_PA27, - .keycode = BTN_0, + .code = BTN_0, .desc = "Button 0", .active_low = 1, }, { .gpio = AT91_PIN_PA26, - .keycode = BTN_1, + .code = BTN_1, .desc = "Button 1", .active_low = 1, }, { .gpio = AT91_PIN_PA25, - .keycode = BTN_2, + .code = BTN_2, .desc = "Button 2", .active_low = 1, }, { .gpio = AT91_PIN_PA24, - .keycode = BTN_3, + .code = BTN_3, .desc = "Button 3", .active_low = 1, } diff --git a/trunk/arch/arm/mach-at91/board-sam9263ek.c b/trunk/arch/arm/mach-at91/board-sam9263ek.c index 2df0ff25d147..f09347a86e71 100644 --- a/trunk/arch/arm/mach-at91/board-sam9263ek.c +++ b/trunk/arch/arm/mach-at91/board-sam9263ek.c @@ -27,6 +27,8 @@ #include #include #include +#include +#include #include