]> git.karo-electronics.de Git - mv-sheeva.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)
commit9064a6787aa1d8ceaf5ba16fe1dfedb0755dc7eb
tree9d9e556b736a5e91edfddaebd478d453a2392b81
parente5a4738699d6eca408dcb225bd350413927701e2
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