diff options
author | Wang Qing <wangqing@vivo.com> | 2020-11-07 16:24:03 +0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-01-04 15:54:49 -0800 |
commit | c5586e32dfe258925c5dbb599bea3eadf34e79c1 (patch) | |
tree | 0bfdb2c5f99e3545776f6d644d30274a9494a467 | |
parent | 1b7af295541d75535374325fd617944534853919 (diff) | |
download | lwn-c5586e32dfe258925c5dbb599bea3eadf34e79c1.tar.gz lwn-c5586e32dfe258925c5dbb599bea3eadf34e79c1.zip |
locking: Remove duplicate include of percpu-rwsem.h
This commit removes an unnecessary #include.
Signed-off-by: Wang Qing <wangqing@vivo.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r-- | kernel/locking/locktorture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c index 62d215b2e39f..af99e9ca285a 100644 --- 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"); |