dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] stop_machine.c copyright

I had to look back: this code was extracted from the module.c code in 2005.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Rusty Russell 2006-09-29 02:01:35 -07:00 committed by Linus Torvalds
parent 39f0247d38
commit e5582ca21a
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/* Copyright 2005 Rusty Russell rusty@rustcorp.com.au IBM Corporation.
* GPL v2 and any later version.
*/
#include <linux/stop_machine.h>
#include <linux/kthread.h>
#include <linux/sched.h>