summaryrefslogtreecommitdiff
path: root/kern/llsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/llsync.c')
-rw-r--r--kern/llsync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kern/llsync.c b/kern/llsync.c
index 0c81c0ff..1942576d 100644
--- a/kern/llsync.c
+++ b/kern/llsync.c
@@ -34,6 +34,7 @@
#include <stdbool.h>
#include <stddef.h>
+#include <stdio.h>
#include <kern/assert.h>
#include <kern/condition.h>
@@ -46,9 +47,7 @@
#include <kern/mutex.h>
#include <kern/param.h>
#include <kern/percpu.h>
-#include <kern/printf.h>
#include <kern/spinlock.h>
-#include <kern/sprintf.h>
#include <kern/syscnt.h>
#include <kern/work.h>
#include <machine/cpu.h>