Browse Source

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>
Alexander Beregalov 16 years ago
parent
commit
e9b2601073
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/parisc/math-emu/decode_exc.c

+ 1 - 1
arch/parisc/math-emu/decode_exc.c

@@ -40,7 +40,7 @@
  * END_DESC
  * END_DESC
 */
 */
 
 
-
+#include <linux/kernel.h>
 #include "float.h"
 #include "float.h"
 #include "sgl_float.h"
 #include "sgl_float.h"
 #include "dbl_float.h"
 #include "dbl_float.h"