mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] interrupt.h needs kernel.h
@ 2003-09-10  1:50 Matthew Wilcox
  0 siblings, 0 replies; only message in thread
From: Matthew Wilcox @ 2003-09-10  1:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Janitors


<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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-10  1:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-10  1:50 [PATCH] interrupt.h needs kernel.h Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®