Commit 203dacbd authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

um: Remove leftover declaration of alloc_task_struct_node()

parent f5e10287
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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)
{
{
}
}