Commit 7bc26fad authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] interrupt.h needs kernel.h

<linux/interrupt.h> uses barrier() but does not include <linux/kernel.h>.
parent 7e15134c
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#define _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H
#include <linux/config.h> #include <linux/config.h>
#include <linux/kernel.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/preempt.h> #include <linux/preempt.h>
......
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