From: Thomas Gleixner Date: Tue, 14 Apr 2015 21:09:30 +0000 (+0000) Subject: timer: Put usleep_range into the __sched section X-Git-Tag: omap-for-v4.2/fixes-rc1^2~169^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad5d3272d8e20e24d8242ebac9f3007f1ea56bc;p=pandora-kernel.git timer: Put usleep_range into the __sched section do_usleep_range() and schedule_hrtimeout_range() are __sched as well. So it makes no sense to have the exported function in a different section. Signed-off-by: Thomas Gleixner Acked-by: Peter Zijlstra Cc: Preeti U Murthy Cc: Viresh Kumar Cc: Marcelo Tosatti Cc: Frederic Weisbecker Link: http://lkml.kernel.org/r/20150414203503.833709502@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed