summaryrefslogtreecommitdiff
path: root/include/linux/raid/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/raid/xor.h')
-rw-r--r--include/linux/raid/xor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/raid/xor.h b/include/linux/raid/xor.h
index 6d9a39fd85dd..870558c9d36e 100644
--- a/include/linux/raid/xor.h
+++ b/include/linux/raid/xor.h
@@ -2,11 +2,6 @@
#ifndef _XOR_H
#define _XOR_H
-#define MAX_XOR_BLOCKS 4
-
-extern void xor_blocks(unsigned int count, unsigned int bytes,
- void *dest, void **srcs);
-
void xor_gen(void *dest, void **srcs, unsigned int src_cnt, unsigned int bytes);
#endif /* _XOR_H */