diff options
Diffstat (limited to 'lib/raid6')
-rw-r--r-- | lib/raid6/x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/x86.h b/lib/raid6/x86.h index b7595484a815..8fe9d9662abb 100644 --- a/lib/raid6/x86.h +++ b/lib/raid6/x86.h @@ -23,7 +23,7 @@ #ifdef __KERNEL__ /* Real code */ -#include <asm/i387.h> +#include <asm/fpu/api.h> #else /* Dummy code for user space testing */ |