diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2014-04-16 02:09:53 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-05-21 11:12:53 +0200 |
commit | cd8ee345e8affceaa3f846012db7eb799a6d918f (patch) | |
tree | a19b27891b6df885546e05637360fb46f2072ef2 /arch/mips/math-emu/ieee754xcpt.c | |
parent | MIPS: branch: Make inclusion of <asm/branch.h> safe. (diff) | |
download | linux-cd8ee345e8affceaa3f846012db7eb799a6d918f.tar.xz linux-cd8ee345e8affceaa3f846012db7eb799a6d918f.zip |
MIPS: math-emu: Header file weeding.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/math-emu/ieee754xcpt.c')
-rw-r--r-- | arch/mips/math-emu/ieee754xcpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/math-emu/ieee754xcpt.c b/arch/mips/math-emu/ieee754xcpt.c index 005bbb184781..d68408a19570 100644 --- a/arch/mips/math-emu/ieee754xcpt.c +++ b/arch/mips/math-emu/ieee754xcpt.c @@ -29,7 +29,7 @@ *************************************************************************/ #include <linux/compiler.h> -#include <linux/kernel.h> +#include <linux/printk.h> #include "ieee754.h" /* |