Skip to content

Commit

Permalink
parisc: decode_exc.c should include kernel.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Beregalov authored and Kyle McMartin committed Jul 3, 2009
1 parent dfe0756 commit e9b2601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/parisc/math-emu/decode_exc.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* END_DESC
*/


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

0 comments on commit e9b2601

Please sign in to comment.