Merge branch 'kvm-amd-fixes' into HEAD
[linux-2.6-microblaze.git] / lib / raid6 / recov_ssse3.c
index 1de97d2..4bfa3c6 100644 (file)
@@ -3,8 +3,6 @@
  * Copyright (C) 2012 Intel Corporation
  */
 
-#ifdef CONFIG_AS_SSSE3
-
 #include <linux/raid/pq.h>
 #include "x86.h"
 
@@ -328,7 +326,3 @@ const struct raid6_recov_calls raid6_recov_ssse3 = {
 #endif
        .priority = 1,
 };
-
-#else
-#warning "your version of binutils lacks SSSE3 support"
-#endif