From f8cd6295ec46744ca93a76cc430faacbaac664a4 Mon Sep 17 00:00:00 2001 From: Yudong Tan Date: Fri, 1 Jul 2011 11:26:17 -0700 Subject: arm: tegra: Use new platform types This change is needed to support three different platforms, silicon, fpga and simulation. Change-Id: I407853e1d86accbe3686deb4f34571fe6b10bcce Reviewed-on: http://git-master/r/36351 Reviewed-by: Varun Colbert Tested-by: Varun Colbert Rebase-Id: Rc4b424f1a55ffb71245f3a8330559258124e2a19 --- arch/arm/mach-tegra/dvfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/dvfs.h') diff --git a/arch/arm/mach-tegra/dvfs.h b/arch/arm/mach-tegra/dvfs.h index 44d09225667f..2257871045bc 100644 --- a/arch/arm/mach-tegra/dvfs.h +++ b/arch/arm/mach-tegra/dvfs.h @@ -87,7 +87,7 @@ struct dvfs { struct list_head reg_node; }; -#ifndef CONFIG_TEGRA_FPGA_PLATFORM +#ifdef CONFIG_TEGRA_SILICON_PLATFORM void tegra_soc_init_dvfs(void); int tegra_enable_dvfs_on_clk(struct clk *c, struct dvfs *d); int dvfs_debugfs_init(struct dentry *clk_debugfs_root); -- cgit v1.2.3