Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84357
b: refs/heads/master
c: 1a1cd73
h: refs/heads/master
i:
  84355: 5238620
v: v3
  • Loading branch information
Eric Miao authored and Dmitry Torokhov committed Jan 31, 2008
1 parent db31ef4 commit 81cefc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: 0e5f11aa80bd01d048f374cc64ef0819ad7d86f2
refs/heads/master: 1a1cd739a4b985f87c47e2809db7e240dba2c385
4 changes: 0 additions & 4 deletions trunk/drivers/input/keyboard/pxa27x_keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ static int __devinit pxa27x_keypad_probe(struct platform_device *pdev)
if (error)
goto err_free_irq;

/* Setup GPIOs. */
for (i = 0; i < pdata->nr_rows + pdata->nr_cols; i++)
pxa_gpio_mode(pdata->gpio_modes[i]);

/*
* Store rows/cols info into keyboard registers.
*/
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-arm/arch-pxa/pxa27x_keypad.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
struct pxa27x_keypad_platform_data {
int nr_rows, nr_cols;
int keycodes[PXAKBD_MAXROW][PXAKBD_MAXCOL];
int gpio_modes[PXAKBD_MAXROW + PXAKBD_MAXCOL];

#ifdef CONFIG_PM
u32 reg_kpc;
Expand Down

0 comments on commit 81cefc4

Please sign in to comment.