From: Thomas Gleixner Date: Tue, 1 Feb 2011 13:51:45 +0000 (+0000) Subject: posix-cpu-timers: Remove the stub nanosleep functions X-Git-Tag: v2.6.39-rc1~508^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c9da0d0539fb341a1b48a2a5a23d974726de90;p=pandora-kernel.git posix-cpu-timers: Remove the stub nanosleep functions CLOCK_THREAD_CPUTIME_ID implements stub functions for nanosleep and nanosleep_restart, which return -EINVAL. That return value is wrong. The correct return value is -ENOTSUP. Remove the stubs and let the new dispatch code return the correct error code. Signed-off-by: Thomas Gleixner Acked-by: John Stultz Tested-by: Richard Cochran LKML-Reference: <20110201134418.422446502@linutronix.de> --- Reading git-diff-tree failed