Commit b968a08f authored by Marco Elver's avatar Marco Elver Committed by Ingo Molnar

compiler.h, seqlock.h: Remove unnecessary kcsan.h includes

No we longer have to include kcsan.h, since the required KCSAN interface
for both compiler.h and seqlock.h are now provided by kcsan-checks.h.
Acked-by: default avatarJohn Hubbard <jhubbard@nvidia.com>
Signed-off-by: default avatarMarco Elver <elver@google.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent f0f6928c
...@@ -313,8 +313,6 @@ unsigned long read_word_at_a_time(const void *addr) ...@@ -313,8 +313,6 @@ unsigned long read_word_at_a_time(const void *addr)
__u.__val; \ __u.__val; \
}) })
#include <linux/kcsan.h>
/** /**
* data_race - mark an expression as containing intentional data races * data_race - mark an expression as containing intentional data races
* *
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <linux/preempt.h> #include <linux/preempt.h>
#include <linux/lockdep.h> #include <linux/lockdep.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/kcsan.h> #include <linux/kcsan-checks.h>
#include <asm/processor.h> #include <asm/processor.h>
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment