diff options
| author | 2020-02-11 17:04:20 +0100 | |
|---|---|---|
| committer | 2020-03-21 09:43:57 +0100 | |
| commit | b968a08f242d51982e46041c506115b5e11a7570 (patch) | |
| tree | 85a1f14188db89a6be22fdfb58e31d4e4e97f5f6 /include/linux/compiler.h | |
| parent | kcsan: Move interfaces that affects checks to kcsan-checks.h (diff) | |
| download | linux-rng-b968a08f242d51982e46041c506115b5e11a7570.tar.xz linux-rng-b968a08f242d51982e46041c506115b5e11a7570.zip | |
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: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/compiler.h')
| -rw-r--r-- | include/linux/compiler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index c1bdf37571cb..f504edebd5d7 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h @@ -313,8 +313,6 @@ unsigned long read_word_at_a_time(const void *addr) __u.__val; \ }) -#include <linux/kcsan.h> - /** * data_race - mark an expression as containing intentional data races * |
