compiler.h: Move function attributes to compiler_types.h
authorMarco Elver <elver@google.com>
Thu, 21 May 2020 14:20:46 +0000 (16:20 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 18:04:04 +0000 (20:04 +0200)
commiteb73876c74313231c35cee6310f8ad62c56fa2b3
tree38e7e0b5d62ab92b9dfc03e2f2c135fe06cf400e
parent95c094fccb85422eff3c12930ebebbda9278f76b
compiler.h: Move function attributes to compiler_types.h

Cleanup and move the KASAN and KCSAN related function attributes to
compiler_types.h, where the rest of the same kind live.

No functional change intended.

Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lkml.kernel.org/r/20200521142047.169334-11-elver@google.com
include/linux/compiler.h
include/linux/compiler_types.h