summaryrefslogtreecommitdiff
path: root/include/linux/clk
diff options
context:
space:
mode:
authorYudong Tan <ytan@nvidia.com>2011-07-01 11:26:17 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:56:22 -0700
commitbcb1c33d1bab05927d76f407c8b987f302476d7c (patch)
treeaf621bc8b575b2fdbce8614f2e533eeb5ae24f9a /include/linux/clk
parentf0f730f945080ef4f4cbd5e2d73417ce798c9cc0 (diff)
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 <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Rc4b424f1a55ffb71245f3a8330559258124e2a19
Diffstat (limited to 'include/linux/clk')
-rw-r--r--include/linux/clk/tegra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h
index 06b2a9d87f96..25a6d6bf3b93 100644
--- a/include/linux/clk/tegra.h
+++ b/include/linux/clk/tegra.h
@@ -149,7 +149,7 @@ static inline void tegra_clocks_apply_init_table(void)
struct dvfs;
struct notifier_block;
-#ifndef CONFIG_TEGRA_FPGA_PLATFORM
+#ifdef CONFIG_TEGRA_SILICON_PLATFORM
int tegra_dvfs_set_rate(struct clk *c, unsigned long rate);
#else
static inline int tegra_dvfs_set_rate(struct clk *c, unsigned long rate)