projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e1028
)
um: Remove leftover declaration of alloc_task_struct_node()
author
Thomas Gleixner
<tglx@linutronix.de>
Tue, 8 May 2012 13:34:41 +0000
(15:34 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 8 May 2012 13:35:08 +0000
(15:35 +0200)
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/um/include/asm/processor-generic.h
patch
|
blob
|
history
diff --git
a/arch/um/include/asm/processor-generic.h
b/arch/um/include/asm/processor-generic.h
index 98d01bc4fa92f1267062645e31c9b632f74e2339..7827394a5b6cd0443fb2b0201244a0e790506920 100644
(file)
--- a/
arch/um/include/asm/processor-generic.h
+++ b/
arch/um/include/asm/processor-generic.h
@@
-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)
{
}