]> git.baikalelectronics.ru Git - kernel.git/commit
hardirq.h: remove now-empty #ifdef/#endif pair
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Nov 2010 02:36:25 +0000 (18:36 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Nov 2010 02:36:25 +0000 (18:36 -0800)
commit6a459a545b70f45e62b1511d7c9cb228a1045e72
treebaff02a887202414fd34bf7deacb0d1d527ede60
parent1af1743879ae5c9f98ea30f9571334769080d1bf
hardirq.h: remove now-empty #ifdef/#endif pair

Commit a85808075988 ("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>
include/linux/hardirq.h