diff options
Diffstat (limited to 'arch/powerpc/math-emu/mtfsb0.c')
-rw-r--r-- | arch/powerpc/math-emu/mtfsb0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/math-emu/mtfsb0.c b/arch/powerpc/math-emu/mtfsb0.c index d3062350ea21..bc985585bca8 100644 --- a/arch/powerpc/math-emu/mtfsb0.c +++ b/arch/powerpc/math-emu/mtfsb0.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 | mtfsb0(int crbD) | 9 | mtfsb0(int crbD) |