From: Randy Dunlap Date: Tue, 12 Jul 2005 20:58:36 +0000 (-0700) Subject: [PATCH] hardirq uses preempt X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=67bc4eb0b1140a4bf364f2dcca152be659ed9057;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 8336dba1897..5912874ca83 100644 --- a/include/linux/hardirq.h +++ b/include/linux/hardirq.h @@ -2,6 +2,7 @@ #define LINUX_HARDIRQ_H #include +#include #include #include #include