diff options
Diffstat (limited to 'arch/powerpc/math-emu/mcrfs.c')
-rw-r--r-- | arch/powerpc/math-emu/mcrfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/mcrfs.c b/arch/powerpc/math-emu/mcrfs.c index 41ba247faf89..e948d5708e2b 100644 --- a/arch/powerpc/math-emu/mcrfs.c +++ b/arch/powerpc/math-emu/mcrfs.c | |||
@@ -2,7 +2,8 @@ | |||
2 | #include <linux/errno.h> | 2 | #include <linux/errno.h> |
3 | #include <asm/uaccess.h> | 3 | #include <asm/uaccess.h> |
4 | 4 | ||
5 | #include "soft-fp.h" | 5 | #include <asm/sfp-machine.h> |
6 | #include <math-emu/soft-fp.h> | ||
6 | 7 | ||
7 | int | 8 | int |
8 | mcrfs(u32 *ccr, u32 crfD, u32 crfS) | 9 | mcrfs(u32 *ccr, u32 crfD, u32 crfS) |