diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-05-14 19:23:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-19 04:03:39 -0400 |
commit | 247ab1a80595100bd7ea61d174f8b7b7e5f8d4bb (patch) | |
tree | 5d698fb9f6acf0c69003d720347fdb468045724b /kernel | |
parent | e19a98967f49cb63352b3db4818983ea2cec24ba (diff) |
rcu: remove duplicated include in kernel/rcupreempt.c
Removed duplicated include file <linux/rcupdate.h> in kernel/rcupreempt.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/rcupreempt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c index 27d0748d8d32..b8e4cdae4e8d 100644 --- a/kernel/rcupreempt.c +++ b/kernel/rcupreempt.c | |||
@@ -51,7 +51,6 @@ | |||
51 | #include <linux/moduleparam.h> | 51 | #include <linux/moduleparam.h> |
52 | #include <linux/percpu.h> | 52 | #include <linux/percpu.h> |
53 | #include <linux/notifier.h> | 53 | #include <linux/notifier.h> |
54 | #include <linux/rcupdate.h> | ||
55 | #include <linux/cpu.h> | 54 | #include <linux/cpu.h> |
56 | #include <linux/random.h> | 55 | #include <linux/random.h> |
57 | #include <linux/delay.h> | 56 | #include <linux/delay.h> |