diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-17 21:36:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-11-17 21:36:25 -0500 |
commit | 0a5b871ea4c6bfb2723ac2ffc7ef5c32452abb89 (patch) | |
tree | baff02a887202414fd34bf7deacb0d1d527ede60 | |
parent | 7957f0a857754c555e07f58a3fb83ac29501478c (diff) |
hardirq.h: remove now-empty #ifdef/#endif pair
Commit 451a3c24b013 ("BKL: remove extraneous #include <smp_lock.h>")
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 <brofkims@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/linux/hardirq.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
2 | #define LINUX_HARDIRQ_H | 2 | #define LINUX_HARDIRQ_H |
3 | 3 | ||
4 | #include <linux/preempt.h> | 4 | #include <linux/preempt.h> |
5 | #ifdef CONFIG_PREEMPT | ||
6 | #endif | ||
7 | #include <linux/lockdep.h> | 5 | #include <linux/lockdep.h> |
8 | #include <linux/ftrace_irq.h> | 6 | #include <linux/ftrace_irq.h> |
9 | #include <asm/hardirq.h> | 7 | #include <asm/hardirq.h> |