dect
/
linux-2.6
Archived
13
0
Fork 0

hardirq.h: remove now-empty #ifdef/#endif pair

Commit 451a3c24b0 ("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>
This commit is contained in:
Linus Torvalds 2010-11-17 18:36:25 -08:00
parent 7957f0a857
commit 0a5b871ea4
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
#define LINUX_HARDIRQ_H
#include <linux/preempt.h>
#ifdef CONFIG_PREEMPT
#endif
#include <linux/lockdep.h>
#include <linux/ftrace_irq.h>
#include <asm/hardirq.h>