split the typecheck macros out of include/linux/kernel.h
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 25 Jul 2008 08:45:24 +0000 (01:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Jul 2008 17:53:26 +0000 (10:53 -0700)
commite0deaff470900a4c3222ca7139f6c9639e26a2f5
treeaf18056ba150a3f4fd61f397c83699b2d6231cdc
parent5df439ef06d4173357711a04740aa8bfcf50d621
split the typecheck macros out of include/linux/kernel.h

Needed to fix up a recursive include snafu in
locking-add-typecheck-on-irqsave-and-friends-for-correct-flags.patch

Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/kernel.h
include/linux/typecheck.h [new file with mode: 0644]