浏览代码

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 年之前
父节点
当前提交
e9b2601073
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 */
 
-
+#include <linux/kernel.h>
 #include "float.h"
 #include "sgl_float.h"
 #include "dbl_float.h"