summaryrefslogtreecommitdiff
path: root/arch/parisc/math-emu/decode_exc.c
diff options
context:
space:
mode:
authorAlexander Beregalov <a.beregalov@gmail.com>2009-04-06 09:29:58 +0000
committerKyle McMartin <kyle@mcmartin.ca>2009-07-03 03:34:08 +0000
commite9b2601073aa57ffde7259afbe86f405060058e3 (patch)
tree6bee7a6f6204f6633544d042f53ec92f8752e7df /arch/parisc/math-emu/decode_exc.c
parentdfe07565021959f0f646e9e775810c1bfbe0f6d6 (diff)
parisc: decode_exc.c should include kernel.h
Fix this build error: arch/parisc/math-emu/decode_exc.c:351: undefined reference to `printk' Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/math-emu/decode_exc.c')
-rw-r--r--arch/parisc/math-emu/decode_exc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/math-emu/decode_exc.c b/arch/parisc/math-emu/decode_exc.c
index 66c8a9f6a27e..3ca1c6149218 100644
--- a/arch/parisc/math-emu/decode_exc.c
+++ b/arch/parisc/math-emu/decode_exc.c
@@ -40,7 +40,7 @@
* END_DESC
*/
-
+#include <linux/kernel.h>
#include "float.h"
#include "sgl_float.h"
#include "dbl_float.h"