[PATCH] interrupt.h needs kernel.h

From: Matthew Wilcox
Date: Tue Sep 09 2003 - 20:51:30 EST



<linux/interrupt.h> uses barrier() but does not include <linux/kernel.h>.

--- include/linux/interrupt.h 8 Sep 2003 21:42:49 -0000 1.9
+++ include/linux/interrupt.h 8 Sep 2003 22:00:28 -0000 1.10
@@ -3,6 +3,7 @@
#define _LINUX_INTERRUPT_H

#include <linux/config.h>
+#include <linux/kernel.h>
#include <linux/linkage.h>
#include <linux/bitops.h>
#include <linux/preempt.h>

--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/