From: Randy Dunlap Date: Tue, 12 Jul 2005 20:58:36 +0000 (-0700) Subject: [PATCH] hardirq uses preempt X-Git-Tag: Ubuntu-5.0.0-8.9~56097 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=67bc4eb0b1140a4bf364f2dcca152be659ed9057;p=mirror_ubuntu-disco-kernel.git [PATCH] hardirq uses preempt hardirq.h uses preempt_count() from preempt.h Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h index 8336dba18971..5912874ca83c 100644 --- a/include/linux/hardirq.h +++ b/include/linux/hardirq.h @@ -2,6 +2,7 @@ #define LINUX_HARDIRQ_H #include +#include #include #include #include