summaryrefslogtreecommitdiffstats
path: root/kernel/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/queue.h')
-rw-r--r--kernel/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/queue.h b/kernel/queue.h
index f349637..287965b 100644
--- a/kernel/queue.h
+++ b/kernel/queue.h
@@ -2,7 +2,7 @@
#define LINUX_DNBD_QUEUE_H 1
#include <linux/spinlock.h>
-#include <asm/semaphore.h>
+#include <linux/semaphore.h>
#include <linux/list.h>
#include <linux/wait.h>