diff options
author | Jiri Kosina <jkosina@suse.cz> | 2021-03-30 10:17:09 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2021-03-30 10:17:09 +0300 |
commit | a6ad93e37e76ec43c9cee6a91dd783fb854c2ff1 (patch) | |
tree | d091c71637d37d0fb0255af766a9287de6a4611a /include/linux/compiler-clang.h | |
parent | 69aea9d2843669387d100e353b5113d1adc9502f (diff) | |
parent | aebf0a11a8c1fb6444d1365db97f90672199a867 (diff) | |
download | linux-a6ad93e37e76ec43c9cee6a91dd783fb854c2ff1.tar.xz |
Merge tag 'platform-drivers-x86-surface-aggregator-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 into for-5.13/surface-system-aggregator-intergration
Pull immutable integration branch from Hans de Goede to have a stable base for
SSAM (Surface System Aggregator Module) HID transport subsystem merge.
=====
Signed tag for the immutable platform-surface-aggregator-registry
branch for merging into other sub-systems.
Note this is based on v5.12-rc2.
=====
Diffstat (limited to 'include/linux/compiler-clang.h')
-rw-r--r-- | include/linux/compiler-clang.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/compiler-clang.h b/include/linux/compiler-clang.h index 98cff1b4b088..04c0a5a717f7 100644 --- a/include/linux/compiler-clang.h +++ b/include/linux/compiler-clang.h @@ -3,16 +3,6 @@ #error "Please don't include <linux/compiler-clang.h> directly, include <linux/compiler.h> instead." #endif -#define CLANG_VERSION (__clang_major__ * 10000 \ - + __clang_minor__ * 100 \ - + __clang_patchlevel__) - -#if CLANG_VERSION < 100001 -#ifndef __BPF_TRACING__ -# error Sorry, your version of Clang is too old - please use 10.0.1 or newer. -#endif -#endif - /* Compiler specific definitions for Clang compiler */ /* same as gcc, this was present in clang-2.6 so we can assume it works |