From: Ralf Baechle Date: Tue, 6 Sep 2005 22:17:29 +0000 (-0700) Subject: [PATCH] Delete unused do_nanosleep declaration X-Git-Tag: v2.6.14-rc1~680 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f23ef184b486ac021b6a471b4e94cfa04860d3b0;p=linux-2.6-omap-h63xx.git [PATCH] Delete unused do_nanosleep declaration There is no do_nanosleep function so kill it's declaration in . Signed-off-by: Ralf Baechle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/time.h b/include/linux/time.h index 5634497ff5d..c10d4c21c18 100644 --- a/include/linux/time.h +++ b/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);