fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol
[powerpc.git] / include / linux / kthread.h
index 1c65e7a..00dd957 100644 (file)
@@ -30,4 +30,7 @@ void kthread_bind(struct task_struct *k, unsigned int cpu);
 int kthread_stop(struct task_struct *k);
 int kthread_should_stop(void);
 
+int kthreadd(void *unused);
+extern struct task_struct *kthreadd_task;
+
 #endif /* _LINUX_KTHREAD_H */