Commit 9b30f6d3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk

unexport ktime_get_real

A static function mustn't be exported.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 1104012f
......@@ -68,8 +68,6 @@ static ktime_t ktime_get_real(void)
return timespec_to_ktime(now);
}
EXPORT_SYMBOL_GPL(ktime_get_real);
/*
* The timer bases:
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment