Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2125)

Unified Diff: board/tegra2/seaboard/seaboard.c

Issue 3574012: Simplify Tegra2 keyboard initialization. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | drivers/input/tegra-kbc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: board/tegra2/seaboard/seaboard.c
diff --git a/board/tegra2/seaboard/seaboard.c b/board/tegra2/seaboard/seaboard.c
index 284eaf107b230dea444f0a9e1d61f85df9223c3f..4a8bffa48e0cd2bd9d3d8624ff9a806b73177394 100644
--- a/board/tegra2/seaboard/seaboard.c
+++ b/board/tegra2/seaboard/seaboard.c
@@ -225,10 +225,3 @@ NvBlUartInitD(void)
while (NvBlUartRxReadyD())
(void)NvBlUartRxD();
}
-
-int drv_keyboard_init(void)
-{
-#ifdef CONFIG_TEGRA2_KEYBOARD
- tegra_kbc_init();
-#endif
-}
« no previous file with comments | « no previous file | drivers/input/tegra-kbc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698