aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/board-fsample.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/board-fsample.c')
-rw-r--r--arch/arm/mach-omap1/board-fsample.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-fsample.c b/arch/arm/mach-omap1/board-fsample.c
index c753a3c5aadd..62e42c7a628e 100644
--- a/arch/arm/mach-omap1/board-fsample.c
+++ b/arch/arm/mach-omap1/board-fsample.c
@@ -172,9 +172,11 @@ static struct resource kp_resources[] = {
172}; 172};
173 173
174static struct omap_kp_platform_data kp_data = { 174static struct omap_kp_platform_data kp_data = {
175 .rows = 8, 175 .rows = 8,
176 .cols = 8, 176 .cols = 8,
177 .keymap = fsample_keymap, 177 .keymap = fsample_keymap,
178 .keymapsize = ARRAY_SIZE(fsample_keymap),
179 .delay = 4,
178}; 180};
179 181
180static struct platform_device kp_device = { 182static struct platform_device kp_device = {