posix-timers: Convert clock_nanosleep to clockid_to_kclock()
Use the new kclock decoding function in clock_nanosleep and cleanup all kclocks which use the default functions. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: John Stultz <johnstul@us.ibm.com> Tested-by: Richard Cochran <richard.cochran@omicron.at> LKML-Reference: <20110201134418.034175556@linutronix.de>
This commit is contained in:
@@ -90,8 +90,6 @@ extern struct k_clock clock_posix_cpu;
|
||||
void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock);
|
||||
|
||||
/* error handlers for timer_create, nanosleep and settime */
|
||||
int do_posix_clock_nonanosleep(const clockid_t, int flags, struct timespec *,
|
||||
struct timespec __user *);
|
||||
int do_posix_clock_nosettime(const clockid_t, const struct timespec *tp);
|
||||
|
||||
/* function to call to trigger timer event */
|
||||
|
Reference in New Issue
Block a user