diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-05-03 11:18:01 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-06-08 18:52:31 -0700 |
commit | 752de307b0ee47308bfc299de3a3ad623c16b4d8 (patch) | |
tree | 00847dbd265982702dfcb3ad82449e0203ffa30e | |
parent | 82118249d0ca4078d56d5e43172ada1567fdf946 (diff) | |
download | linux-752de307b0ee47308bfc299de3a3ad623c16b4d8.tar.gz linux-752de307b0ee47308bfc299de3a3ad623c16b4d8.tar.bz2 linux-752de307b0ee47308bfc299de3a3ad623c16b4d8.zip |
rcu: Remove linux/debugobjects.h from rcupdate.h
The include/linux/rcupdate.h file does not actually need anything from
linux/debugobjects.h, so this commit removes the inclusion.
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r-- | include/linux/rcupdate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h index 9206a28a2d44..f105f0834bbe 100644 --- a/include/linux/rcupdate.h +++ b/include/linux/rcupdate.h @@ -40,7 +40,6 @@ #include <linux/cpumask.h> #include <linux/seqlock.h> #include <linux/lockdep.h> -#include <linux/debugobjects.h> #include <linux/bug.h> #include <linux/compiler.h> #include <linux/ktime.h> |