summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra_cl_dvfs.h
diff options
context:
space:
mode:
authorTom Cherry <tcherry@nvidia.com>2012-09-14 14:47:26 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:34:49 -0700
commit25a3acb0fd4741b831354f9b07c7994c20c09e40 (patch)
tree267d4639d715d6b6c08000b95677a77c441dd053 /arch/arm/mach-tegra/tegra_cl_dvfs.h
parent30e9a63653b7cd87e3a9e3e1f93f5d115f2cdbe3 (diff)
arm: tegra: fix cl_dvfs typo
Reviewed-on: http://git-master/r/132833 (cherry picked from commit a13c21ed4208303f4878adbf91ae7bb0b925a766) Change-Id: Id920b9bbce5b233f8e6c3ce9034fed44c4d99e1e Signed-off-by: Tom Cherry <tcherry@nvidia.com> Reviewed-on: http://git-master/r/135206 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Aleksandr Frid <afrid@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R79e850530f6655b1d0bd2367d2c7d12aa44fccc2
Diffstat (limited to 'arch/arm/mach-tegra/tegra_cl_dvfs.h')
-rw-r--r--arch/arm/mach-tegra/tegra_cl_dvfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra_cl_dvfs.h b/arch/arm/mach-tegra/tegra_cl_dvfs.h
index 54f09f87c498..87cfda33deaa 100644
--- a/arch/arm/mach-tegra/tegra_cl_dvfs.h
+++ b/arch/arm/mach-tegra/tegra_cl_dvfs.h
@@ -127,7 +127,7 @@ struct tegra_cl_dvfs {
};
#ifdef CONFIG_ARCH_TEGRA_HAS_CL_DVFS
-void tegra_cl_dvfs_set_plarform_data(struct tegra_cl_dvfs_platform_data *data);
+void tegra_cl_dvfs_set_platform_data(struct tegra_cl_dvfs_platform_data *data);
void tegra_cl_dvfs_set_dfll_data(struct tegra_cl_dvfs_dfll_data *data);
int tegra_init_cl_dvfs(struct tegra_cl_dvfs *cld);
@@ -138,7 +138,7 @@ int tegra_cl_dvfs_unlock(struct tegra_cl_dvfs *cld);
int tegra_cl_dvfs_request_rate(struct tegra_cl_dvfs *cld, unsigned long rate);
unsigned long tegra_cl_dvfs_request_get(struct tegra_cl_dvfs *cld);
#else
-static inline void tegra_cl_dvfs_set_plarform_data(
+static inline void tegra_cl_dvfs_set_platform_data(
struct tegra_cl_dvfs_platform_data *data)
{}
static inline void tegra_cl_dvfs_set_dfll_data(