projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e19a989
)
rcu: remove duplicated include in kernel/rcupreempt.c
author
Huang Weiyi
<weiyi.huang@gmail.com>
Wed, 14 May 2008 23:23:00 +0000
(16:23 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 19 May 2008 08:03:39 +0000
(10:03 +0200)
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>
kernel/rcupreempt.c
patch
|
blob
|
history
diff --git
a/kernel/rcupreempt.c
b/kernel/rcupreempt.c
index 27d0748d8d32c7d0b0e8b00c3f3e132930b5de4b..b8e4cdae4e8d3ad733721d8b13e660404e28c317 100644
(file)
--- a/
kernel/rcupreempt.c
+++ b/
kernel/rcupreempt.c
@@
-51,7
+51,6
@@
#include <linux/moduleparam.h>
#include <linux/percpu.h>
#include <linux/notifier.h>
-#include <linux/rcupdate.h>
#include <linux/cpu.h>
#include <linux/random.h>
#include <linux/delay.h>