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 @@
8 * of the License. 8 * of the License.
9 */ 9 */
10 10
11#if CONFIG_AS_AVX2 11#ifdef CONFIG_AS_AVX2
12 12
13#include <linux/raid/pq.h> 13#include <linux/raid/pq.h>
14#include "x86.h" 14#include "x86.h"