From: Linus Torvalds Date: Thu, 18 Nov 2010 02:36:25 +0000 (-0800) Subject: hardirq.h: remove now-empty #ifdef/#endif pair X-Git-Tag: v2.6.37-rc3~22 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0a5b871ea4c6bfb2723ac2ffc7ef5c32452abb89;p=~emulex%2Finfiniband.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 bea1612d8f5..714da7e5d10 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