summaryrefslogtreecommitdiff
path: root/lib/raid6/recov_avx512.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raid6/recov_avx512.c')
-rw-r--r--lib/raid6/recov_avx512.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/raid6/recov_avx512.c b/lib/raid6/recov_avx512.c
index fd9e15bf3f30..310c715db313 100644
--- a/lib/raid6/recov_avx512.c
+++ b/lib/raid6/recov_avx512.c
@@ -6,8 +6,6 @@
* Author: Megha Dey <megha.dey@linux.intel.com>
*/
-#ifdef CONFIG_AS_AVX512
-
#include <linux/raid/pq.h>
#include "x86.h"
@@ -377,7 +375,3 @@ const struct raid6_recov_calls raid6_recov_avx512 = {
#endif
.priority = 3,
};
-
-#else
-#warning "your version of binutils lacks AVX512 support"
-#endif