X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fkthread.h;h=1c65e7a9f186cceee83a1e5e199db44b4260daf2;hb=5886269962f94fa9185c32db3ec936c612503235;hp=7cce5dfa092f2a7bb2e6f401202dd5d6755ddff8;hpb=4854c7b27f0975a2b629f35ea3996d2968eb7c4f;p=powerpc.git diff --git a/include/linux/kthread.h b/include/linux/kthread.h index 7cce5dfa09..1c65e7a9f1 100644 --- a/include/linux/kthread.h +++ b/include/linux/kthread.h @@ -28,7 +28,6 @@ struct task_struct *kthread_create(int (*threadfn)(void *data), void kthread_bind(struct task_struct *k, unsigned int cpu); int kthread_stop(struct task_struct *k); -int kthread_stop_sem(struct task_struct *k, struct semaphore *s); int kthread_should_stop(void); #endif /* _LINUX_KTHREAD_H */