Commit e443df7e authored by Linus Torvalds's avatar Linus Torvalds

Missing tqueue.h includes from sched.h cleanup

parent ae3c0f7e
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/kmod.h> #include <linux/kmod.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/tqueue.h>
#include <asm/io.h> #include <asm/io.h>
#include "acpi.h" #include "acpi.h"
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
*/ */
#include <linux/list.h> #include <linux/list.h>
#include <linux/tqueue.h>
#include <linux/compiler.h> /* likely()/unlikely() */ #include <linux/compiler.h> /* likely()/unlikely() */
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment