diff options
Diffstat (limited to 'lib/raid6/recov_avx2.c')
| -rw-r--r-- | lib/raid6/recov_avx2.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/raid6/recov_avx2.c b/lib/raid6/recov_avx2.c index 43a9bab9187..e1eea433a49 100644 --- a/lib/raid6/recov_avx2.c +++ b/lib/raid6/recov_avx2.c @@ -8,8 +8,6 @@   * of the License.   */ -#if (defined(__i386__) || defined(__x86_64__)) && !defined(__arch_um__) -  #if CONFIG_AS_AVX2  #include <linux/raid/pq.h> @@ -323,5 +321,3 @@ const struct raid6_recov_calls raid6_recov_avx2 = {  #else  #warning "your version of binutils lacks AVX2 support"  #endif - -#endif  |