1
0
Fork 0

um: Remove leftover declaration of alloc_task_struct_node()

Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
hifive-unleashed-5.1
Thomas Gleixner 2012-05-08 15:34:41 +02:00
parent f5e1028736
commit 203dacbdca
1 changed files with 0 additions and 2 deletions

View File

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