浏览代码

um: Remove leftover declaration of alloc_task_struct_node()

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 13 年之前
父节点
当前提交
203dacbdca
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/um/include/asm/processor-generic.h

+ 0 - 2
arch/um/include/asm/processor-generic.h

@@ -68,8 +68,6 @@ struct thread_struct {
 	.request		= { 0 } \
 	.request		= { 0 } \
 }
 }
 
 
-extern struct task_struct *alloc_task_struct_node(int node);
-
 static inline void release_thread(struct task_struct *task)
 static inline void release_thread(struct task_struct *task)
 {
 {
 }
 }