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

Unified Diff: arch/arm/mach-tegra/board-ventana.c

Issue 4120008: CHROMIUM: ARM: Tegra: Clean up 3D clock init WAR. (Closed) Base URL: http://git.chromium.org/git/kernel-next.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 | « arch/arm/mach-tegra/board-seaboard.c ('k') | arch/arm/mach-tegra/common.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/board-ventana.c
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index 78b7464a356cbc6b56fea594d96c13c6d87ab018..f68d8b68e2a374dfb4937c3ba6e2a217d6addbeb 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -233,11 +233,8 @@ static void __init ventana_wlan_init(void)
static void __init tegra_ventana_init(void)
{
- tegra_common_init();
-
- tegra_clk_init_from_table(ventana_clk_init_table);
+ tegra_common_init(ventana_clk_init_table);
ventana_pinmux_init();
-
platform_add_devices(ventana_devices, ARRAY_SIZE(ventana_devices));
ventana_sdhci_init();
ventana_i2c_init();
« no previous file with comments | « arch/arm/mach-tegra/board-seaboard.c ('k') | arch/arm/mach-tegra/common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698