summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2005-07-12 20:58:36 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 23:01:03 (GMT)
commit67bc4eb0b1140a4bf364f2dcca152be659ed9057 (patch)
tree8dc373e0a622e80da888be3cc74932f33bb7485e
parenta2ac953d7c5c8ddbd01dfa0428b92497a69ad6ef (diff)
downloadlinux-fsl-qoriq-67bc4eb0b1140a4bf364f2dcca152be659ed9057.tar.xz
[PATCH] hardirq uses preempt
hardirq.h uses preempt_count() from preempt.h Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--include/linux/hardirq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h
index 8336dba..5912874 100644
--- a/include/linux/hardirq.h
+++ b/include/linux/hardirq.h
@@ -2,6 +2,7 @@
#define LINUX_HARDIRQ_H
#include <linux/config.h>
+#include <linux/preempt.h>
#include <linux/smp_lock.h>
#include <asm/hardirq.h>
#include <asm/system.h>