From de7b87809e41d89194983758a8a5fc7918ac4b63 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 6 Sep 2005 15:17:29 -0700 Subject: [PATCH] --- yaml --- r: 7382 b: refs/heads/master c: f23ef184b486ac021b6a471b4e94cfa04860d3b0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/time.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 64261e345370..83abf6f5ee64 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2de93fbf3c427df010b5a923c302e20c143d60cf +refs/heads/master: f23ef184b486ac021b6a471b4e94cfa04860d3b0 diff --git a/trunk/include/linux/time.h b/trunk/include/linux/time.h index 5634497ff5df..c10d4c21c183 100644 --- a/trunk/include/linux/time.h +++ b/trunk/include/linux/time.h @@ -97,7 +97,6 @@ extern int do_settimeofday(struct timespec *tv); extern int do_sys_settimeofday(struct timespec *tv, struct timezone *tz); extern void clock_was_set(void); // call when ever the clock is set extern int do_posix_clock_monotonic_gettime(struct timespec *tp); -extern long do_nanosleep(struct timespec *t); extern long do_utimes(char __user * filename, struct timeval * times); struct itimerval; extern int do_setitimer(int which, struct itimerval *value, struct itimerval *ovalue);