aboutsummaryrefslogtreecommitdiffstats
path: root/lib/raid6/recov_avx2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raid6/recov_avx2.c')
-rw-r--r--lib/raid6/recov_avx2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/recov_avx2.c b/lib/raid6/recov_avx2.c
index e1eea433a493..53fe3d7bdfb3 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"