mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
f0f6928c2c
commit
b968a08f24
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue