From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- kernel/include/linux/compiler-intel.h | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/kernel/include/linux/compiler-intel.h b/kernel/include/linux/compiler-intel.h index f1fc60f..b17f3cd 100644 --- a/kernel/include/linux/compiler-intel.h +++ b/kernel/include/linux/compiler-intel.h @@ -27,17 +27,8 @@ */ #define OPTIMIZER_HIDE_VAR(var) barrier() -/* Intel ECC compiler doesn't support __builtin_types_compatible_p() */ -#define __must_be_array(a) 0 - #endif /* icc has this, but it's called _bswap16 */ #define __HAVE_BUILTIN_BSWAP16__ #define __builtin_bswap16 _bswap16 - -/* The following are for compatibility with GCC, from compiler-gcc.h, - * and may be redefined here because they should not be shared with other - * compilers, like clang. - */ -#define __visible __attribute__((externally_visible)) -- Gitblit v1.6.2