diff options
Diffstat (limited to 'lib/raid6/altivec.uc')
| -rw-r--r-- | lib/raid6/altivec.uc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/raid6/altivec.uc b/lib/raid6/altivec.uc index 2654d5c854b..7cc12b532e9 100644 --- a/lib/raid6/altivec.uc +++ b/lib/raid6/altivec.uc @@ -24,13 +24,10 @@ #include <linux/raid/pq.h> -#ifdef CONFIG_ALTIVEC - #include <altivec.h> #ifdef __KERNEL__ -# include <asm/system.h> # include <asm/cputable.h> -#endif +# include <asm/switch_to.h> /* * This is the C data type to use. We use a vector of |
