diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index 0444b1336268d8..5eacffc90a4f21 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h @@ -150,7 +150,7 @@ /* GCC 4.1.[01] miscompiles __weak */ #ifdef __KERNEL__ # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101 -# error Your version of gcc miscompiles the __weak directive +//# error Your version of gcc miscompiles the __weak directive # endif #endif