aboutsummaryrefslogtreecommitdiffstats
path: root/lib/raid6/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raid6/test/test.c')
-rw-r--r--lib/raid6/test/test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/raid6/test/test.c b/lib/raid6/test/test.c
index b07f4d8e6b03..a7e937248299 100644
--- a/lib/raid6/test/test.c
+++ b/lib/raid6/test/test.c
@@ -22,7 +22,6 @@
#define NDISKS 16 /* Including P and Q */
const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));
-struct raid6_calls raid6_call;
char *dataptrs[NDISKS];
char data[NDISKS][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE)));