diff options
Diffstat (limited to 'crypto/xor.c')
-rw-r--r-- | crypto/xor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/xor.c b/crypto/xor.c index b2e6db075e49..996b6ee57d9e 100644 --- a/crypto/xor.c +++ b/crypto/xor.c | |||
@@ -18,8 +18,8 @@ | |||
18 | 18 | ||
19 | #define BH_TRACE 0 | 19 | #define BH_TRACE 0 |
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/raid/md.h> | ||
22 | #include <linux/raid/xor.h> | 21 | #include <linux/raid/xor.h> |
22 | #include <linux/jiffies.h> | ||
23 | #include <asm/xor.h> | 23 | #include <asm/xor.h> |
24 | 24 | ||
25 | /* The xor routines to use. */ | 25 | /* The xor routines to use. */ |