[<prev] [next>] [day] [month] [year] [list]
Message-ID: <161313344425.23325.10005591129809470247.tip-bot2@tip-bot2>
Date: Fri, 12 Feb 2021 12:37:24 -0000
From: "tip-bot2 for Wang Qing" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Wang Qing <wangqing@...o.com>,
"Paul E. McKenney" <paulmck@...nel.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: core/rcu] locking: Remove duplicate include of percpu-rwsem.h
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@...o.com>
AuthorDate: Sat, 07 Nov 2020 16:24:03 +08:00
Committer: Paul E. McKenney <paulmck@...nel.org>
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@...o.com>
Signed-off-by: Paul E. McKenney <paulmck@...nel.org>
---
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");
Powered by blists - more mailing lists