The following commit has been merged into the core/rcu branch of tip: Commit-ID: c5586e32dfe258925c5dbb599bea3eadf34e79c1 Gitweb: https://git.kernel.org/tip/c5586e32dfe258925c5dbb599bea3eadf34e79c1 Author: Wang Qing <wangqing@xxxxxxxx> AuthorDate: Sat, 07 Nov 2020 16:24:03 +08:00 Committer: Paul E. McKenney <paulmck@xxxxxxxxxx> CommitterDate: Mon, 04 Jan 2021 15:54:49 -08:00 locking: Remove duplicate include of percpu-rwsem.h This commit removes an unnecessary #include. Signed-off-by: Wang Qing <wangqing@xxxxxxxx> Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx> --- kernel/locking/locktorture.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/locking/locktorture.c b/kernel/locking/locktorture.c index 62d215b..af99e9c 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");