]> git.baikalelectronics.ru Git - kernel.git/commit
linux/futex.h: place kernel types behind __KERNEL__
authorMike Frysinger <vapier@gentoo.org>
Wed, 23 Sep 2009 22:57:23 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Sep 2009 14:21:04 +0000 (07:21 -0700)
commitcee7259be18eed4f0cda6a7ffced1d00fdf5b1fe
tree9d9e556b736a5e91edfddaebd478d453a2392b81
parent4872ebd6abfb1d4a323aef79b6796df6efbe9cc6
linux/futex.h: place kernel types behind __KERNEL__

The forward decls for some kernel types are only needed by the code behind
__KERNEL__, so don't bleed these types to userspace.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
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/futex.h