lkml.org 
[lkml]   [2014]   [Mar]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/4] hrtimer: export __hrtimer_start_range_ns
Date
export __hrtimer_start_range_ns() to allow building perf Intel uncore
driver as module

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
---
kernel/hrtimer.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 0909436..650bf38 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -1030,6 +1030,7 @@ int __hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim,

return ret;
}
+EXPORT_SYMBOL_GPL(__hrtimer_start_range_ns);

/**
* hrtimer_start_range_ns - (re)start an hrtimer on the current CPU
--
1.8.5.3


\
 
 \ /
  Last update: 2014-03-18 10:41    [W:0.501 / U:0.780 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site