projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7af29
)
locking: Remove duplicate include of percpu-rwsem.h
author
Wang Qing
<wangqing@vivo.com>
Sat, 7 Nov 2020 08:24:03 +0000
(16:24 +0800)
committer
Paul E. McKenney
<paulmck@kernel.org>
Mon, 4 Jan 2021 23:54:49 +0000
(15:54 -0800)
This commit removes an unnecessary #include.
Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/locking/locktorture.c
patch
|
blob
|
history
diff --git
a/kernel/locking/locktorture.c
b/kernel/locking/locktorture.c
index 62d215b2e39f608ff6ed313d0d876c288ce85161..af99e9ca285a6c45c657d73447b232fb38dba691 100644
(file)
--- a/
kernel/locking/locktorture.c
+++ b/
kernel/locking/locktorture.c
@@
-27,7
+27,6
@@
#include <linux/moduleparam.h>
#include <linux/delay.h>
#include <linux/slab.h>
-#include <linux/percpu-rwsem.h>
#include <linux/torture.h>
MODULE_LICENSE("GPL");