projects
/
mtlv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7b0481
)
Remove include of <linux/printk.h> in kernel.h
author
Hugo Villeneuve
<hvilleneuve@dimonoff.com>
Tue, 4 Nov 2025 18:27:23 +0000
(13:27 -0500)
committer
Hugo Villeneuve
<hvilleneuve@dimonoff.com>
Mon, 17 Nov 2025 15:36:11 +0000
(10:36 -0500)
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
src/kernel.h
patch
|
blob
|
history
diff --git
a/src/kernel.h
b/src/kernel.h
index
44a639a
..
3973e0f
100644
(file)
--- a/
src/kernel.h
+++ b/
src/kernel.h
@@
-2,7
+2,6
@@
#define _LINUX_KERNEL_H
#include <linux/types.h>
-#include <linux/printk.h> /* for printf/pr_* utilities */
#include <limits.h>
#define STACK_MAGIC 0xdeadbeef