summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-01-16 13:29:27 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:49:34 -0700
commit24ef5f7488df85d73125be7c6ff1d6f1da24f3c4 (patch)
treeae094e09d75c313e70420379c1902e16acbb0134 /arch/arm/mach-tegra/board-cardhu.h
parent52001f4861fd3216e93a324e2cfcf60fe40acf00 (diff)
[ARM] tegra:kbc:Misc fixes and cleanups
Following are changes: - Fixes stylistic, indenting and coding style issue. - Added option for scan timeout. - Fixes code to have only required number of key codes from board. - Remove the keycodes from driver and only based on board table. - Fixes the kbc platform data to provide better option for configuration. - Modified board files to build properly. Original-Change-Id: I0a718ad9399596eff05e810d76eb8de0109a777b Reviewed-on: http://git-master/r/16020 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Tested-by: Scott Williams <scwilliams@nvidia.com> Change-Id: I8a0f6bb1fef669f0fd2ba35bfdd92571b63f2c46
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu.h')
-rw-r--r--arch/arm/mach-tegra/board-cardhu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.h b/arch/arm/mach-tegra/board-cardhu.h
index e62a363ee7a6..09aea5c4aa98 100644
--- a/arch/arm/mach-tegra/board-cardhu.h
+++ b/arch/arm/mach-tegra/board-cardhu.h
@@ -23,5 +23,6 @@ int cardhu_sdhci_init(void);
int cardhu_pinmux_init(void);
int cardhu_panel_init(void);
int cardhu_sensors_init(void);
+int cardhu_kbc_init(void);
#endif