summaryrefslogtreecommitdiff
path: root/lib/raid6/neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raid6/neon.c')
-rw-r--r--lib/raid6/neon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/raid6/neon.c b/lib/raid6/neon.c
index 36ad4705df1a..d9ad6ee284f4 100644
--- a/lib/raid6/neon.c
+++ b/lib/raid6/neon.c
@@ -42,6 +42,7 @@
} \
struct raid6_calls const raid6_neonx ## _n = { \
raid6_neon ## _n ## _gen_syndrome, \
+ NULL, /* XOR not yet implemented */ \
raid6_have_neon, \
"neonx" #_n, \
0 \