Skip to content

Commit

Permalink
um: Remove leftover declaration of alloc_task_struct_node()
Browse files Browse the repository at this point in the history
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed May 8, 2012
1 parent f5e1028 commit 203dacb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/um/include/asm/processor-generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}
Expand Down

0 comments on commit 203dacb

Please sign in to comment.