2011-02-03 11:10:24

by Tommi Rantala

[permalink] [raw]
Subject: [PATCH] include: install kernel-page-flags.h for user space

Install the header, commit 1a9b5b7 tells us that it is for user space.

Signed-off-by: Tommi Rantala <[email protected]>
---
include/linux/Kbuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 2296d8b..90374d9 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -219,6 +219,7 @@ header-y += jffs2.h
header-y += joystick.h
header-y += kd.h
header-y += kdev_t.h
+header-y += kernel-page-flags.h
header-y += kernel.h
header-y += kernelcapi.h
header-y += keyboard.h
--
1.7.1