Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9b26010 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Kyle McMartin
Browse files

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: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent dfe07565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
 * END_DESC
*/


#include <linux/kernel.h>
#include "float.h"
#include "sgl_float.h"
#include "dbl_float.h"