diff options
Diffstat (limited to 'lib/raid6/recov_avx2.c')
-rw-r--r-- | lib/raid6/recov_avx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/recov_avx2.c b/lib/raid6/recov_avx2.c index e1eea433a49..53fe3d7bdfb 100644 --- a/lib/raid6/recov_avx2.c +++ b/lib/raid6/recov_avx2.c @@ -8,7 +8,7 @@ * of the License. */ -#if CONFIG_AS_AVX2 +#ifdef CONFIG_AS_AVX2 #include <linux/raid/pq.h> #include "x86.h" |