]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit9cdcb56636717ccb935dc66c5d56681eaa5941c1
tree290ac168d09b892641fd2f2f023b88f212976587
parent8e442735ae6e2e1c857fb0c746027da8d8e40a81
Sanitise linux/mman.h for userspace consumption

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>
include/linux/mman.h