From: Linus Torvalds Date: Thu, 18 Nov 2010 02:36:25 +0000 (-0800) Subject: hardirq.h: remove now-empty #ifdef/#endif pair X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0a5b871ea4c6bfb2723ac2ffc7ef5c32452abb89;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git hardirq.h: remove now-empty #ifdef/#endif pair Commit 451a3c24b013 ("BKL: remove extraneous #include ") removed the #include line that was the only thing that was surrounded by the #ifdef/#endif. So now that #ifdef is guarding nothing at all. Just remove it. Reported-by: Byeong-ryeol Kim Signed-off-by: Linus Torvalds --- diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h index bea1612d8f5c..714da7e5d10c 100644 --- a/include/linux/hardirq.h +++ b/include/linux/hardirq.h @@ -2,8 +2,6 @@ #define LINUX_HARDIRQ_H #include -#ifdef CONFIG_PREEMPT -#endif #include #include #include