projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe0756
)
parisc: decode_exc.c should include kernel.h
author
Alexander Beregalov
<a.beregalov@gmail.com>
Mon, 6 Apr 2009 09:29:58 +0000
(09:29 +0000)
committer
Kyle McMartin
<kyle@mcmartin.ca>
Fri, 3 Jul 2009 03:34:08 +0000
(
03:34
+0000)
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>
arch/parisc/math-emu/decode_exc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/math-emu/decode_exc.c
b/arch/parisc/math-emu/decode_exc.c
index 66c8a9f6a27eba49f17798873e97419a6104c282..3ca1c61492182d3321c2fe7d2cf00d003ff5a8a5 100644
(file)
--- 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"