summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/clock.c
diff options
context:
space:
mode:
authorRahul Mittal <rmittal@nvidia.com>2011-09-14 15:04:32 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:54 -0800
commit62f7f99f98ce305e341e2316c9c573e28eb7668e (patch)
treea6585be4c5da133682e2efed44b9df8b45a570e9 /arch/arm/mach-tegra/clock.c
parent2dec63530f9ba6f6defdf930c6635750b0aad109 (diff)
arm:tegra: Add EXPORT_SYMBOL and ioctls for test framework
Added EXPORT_SYMBOL to functions to be used by loadable kernel module for audio test framework. Also added ioctl declarations for the same. Change-Id: Id8a023c1d76fd031c042c7c663bb0e1df2d33b5c Reviewed-on: http://git-master/r/52333 Tested-by: Rahul Mittal <rmittal@nvidia.com> Reviewed-by: Vijay Mali <vmali@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com> Rebase-Id: Rfdc9fd3b9a42b2ee601c273480f9986ab897f046
Diffstat (limited to 'arch/arm/mach-tegra/clock.c')
-rw-r--r--arch/arm/mach-tegra/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/clock.c b/arch/arm/mach-tegra/clock.c
index 94fe935ff810..155d22f1a637 100644
--- a/arch/arm/mach-tegra/clock.c
+++ b/arch/arm/mach-tegra/clock.c
@@ -100,6 +100,7 @@ struct clk *tegra_get_clock_by_name(const char *name)
mutex_unlock(&clock_list_lock);
return ret;
}
+EXPORT_SYMBOL(tegra_get_clock_by_name);
static void clk_stats_update(struct clk *c)
{