1
0
Fork 0

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>
hifive-unleashed-5.1
Alexander Beregalov 2009-04-06 09:29:58 +00:00 committed by Kyle McMartin
parent dfe0756502
commit e9b2601073
1 changed files with 1 additions and 1 deletions

View File

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