Sanitise linux/mman.h for userspace consumption
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 25 Apr 2006 13:18:07 +0000 (14:18 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 25 Apr 2006 13:18:07 +0000 (14:18 +0100)
It only really needs to define a few constants and include <asm/mman.h>
when it's used by userspace. Move the rest within #ifdef __KERNEL__

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found