diff options
Diffstat (limited to 'lib/raid6/neon.c')
| -rw-r--r-- | lib/raid6/neon.c | 1 |
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 @@ | |||
| 42 | } \ | 42 | } \ |
| 43 | struct raid6_calls const raid6_neonx ## _n = { \ | 43 | struct raid6_calls const raid6_neonx ## _n = { \ |
| 44 | raid6_neon ## _n ## _gen_syndrome, \ | 44 | raid6_neon ## _n ## _gen_syndrome, \ |
| 45 | NULL, /* XOR not yet implemented */ \ | ||
| 45 | raid6_have_neon, \ | 46 | raid6_have_neon, \ |
| 46 | "neonx" #_n, \ | 47 | "neonx" #_n, \ |
| 47 | 0 \ | 48 | 0 \ |
