X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fwait.h;h=e7d9d9ed14f56252e5efe0a529e80f4dd050e1ab;hb=582076ab16779208e7eb6ce712a9c0a6cc5bafe4;hp=559044c79232dcd27b18a3203d82295866fe949f;hpb=e5b9c0577206083c5bc501f8b77554dc7a5e6388;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/include/linux/wait.h b/include/linux/wait.h index 559044c..e7d9d9e 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h @@ -803,17 +803,6 @@ do { \ __ret; \ }) - -/* - * These are the old interfaces to sleep waiting for an event. - * They are racy. DO NOT use them, use the wait_event* interfaces above. - * We plan to remove these interfaces. - */ -extern void sleep_on(wait_queue_head_t *q); -extern long sleep_on_timeout(wait_queue_head_t *q, signed long timeout); -extern void interruptible_sleep_on(wait_queue_head_t *q); -extern long interruptible_sleep_on_timeout(wait_queue_head_t *q, signed long timeout); - /* * Waitqueues which are removed from the waitqueue_head at wakeup time */