aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2008-01-31 00:56:46 -0500
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-01-31 00:56:46 -0500
commit0e5f11aa80bd01d048f374cc64ef0819ad7d86f2 (patch)
treedb00b9daf2f8fce61eb4bc4797c157b0a0950eed /include/asm-arm
parentInput: constify function pointer tables (seq_operations) (diff)
downloadlinux-dev-0e5f11aa80bd01d048f374cc64ef0819ad7d86f2.tar.xz
linux-dev-0e5f11aa80bd01d048f374cc64ef0819ad7d86f2.zip
Input: pxa27x_keypad - rename the driver (was pxa27x_keyboard)
The controller should really be called keypad, and also align the naming of functions and structures to use "pxa27x_keypad" as prefix, instead of "pxakbd". Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-pxa/pxa27x_keypad.h (renamed from include/asm-arm/arch-pxa/pxa27x_keyboard.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/pxa27x_keyboard.h b/include/asm-arm/arch-pxa/pxa27x_keypad.h
index 3aaff923b2ca..f19f74adde00 100644
--- a/include/asm-arm/arch-pxa/pxa27x_keyboard.h
+++ b/include/asm-arm/arch-pxa/pxa27x_keypad.h
@@ -1,7 +1,7 @@
#define PXAKBD_MAXROW 8
#define PXAKBD_MAXCOL 8
-struct pxa27x_keyboard_platform_data {
+struct pxa27x_keypad_platform_data {
int nr_rows, nr_cols;
int keycodes[PXAKBD_MAXROW][PXAKBD_MAXCOL];
int gpio_modes[PXAKBD_MAXROW + PXAKBD_MAXCOL];