Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287861
b: refs/heads/master
c: 2fde109
h: refs/heads/master
i:
  287859: 45edc20
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Jan 18, 2012
1 parent b5fa41c commit 357a5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2c31b3fdd48274e9deb450e21279e54dfa02ccd
refs/heads/master: 2fde109c2d79e9791250a5d212c13055e9216a55
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-shmobile/board-kota2.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ static struct gpio_keys_button gpio_buttons[] = {
static struct gpio_keys_platform_data gpio_key_info = {
.buttons = gpio_buttons,
.nbuttons = ARRAY_SIZE(gpio_buttons),
.poll_interval = 250, /* polled for now */
};

static struct platform_device gpio_keys_device = {
.name = "gpio-keys-polled", /* polled for now */
.name = "gpio-keys",
.id = -1,
.dev = {
.platform_data = &gpio_key_info,
Expand Down

0 comments on commit 357a5a4

Please sign in to comment.