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

Unified Diff: drivers/input/tegra-kbc.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 | « board/tegra2/seaboard/seaboard.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: drivers/input/tegra-kbc.c
diff --git a/drivers/input/tegra-kbc.c b/drivers/input/tegra-kbc.c
index 63ca0705a55e4bcaad260c13a63d22f954639a9c..f79df0143bf44239fd56c61e4009f4dfbbc00b6e 100755
--- a/drivers/input/tegra-kbc.c
+++ b/drivers/input/tegra-kbc.c
@@ -357,7 +357,7 @@ static int tegra_kbc_open(void)
return 0;
}
-int tegra_kbc_init(void)
+int drv_keyboard_init(void)
{
int error;
struct stdio_dev kbddev;
@@ -409,4 +409,3 @@ int tegra_kbc_init(void)
return error;
}
-
« no previous file with comments | « board/tegra2/seaboard/seaboard.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698