From 6cf8ca026a75975eb029285d3050e7c7eee5cc07 Mon Sep 17 00:00:00 2001 From: Sri Krishna chowdary Date: Sat, 19 Apr 2014 03:13:21 +0530 Subject: video: tegra: nvmap: protect kernel headers from user rbtree.h should not be visible to user space. user space needs types.h is needed to identify __u32, __u64 types. Change-Id: Ia181cbce59965e850db6f9ce26f857a27b62ed10 Signed-off-by: Sri Krishna chowdary Reviewed-on: http://git-master/r/398461 Reviewed-by: Krishna Reddy Tested-by: Krishna Reddy --- include/linux/nvmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h index 8d1ba7f34..f7547dd38 100644 --- a/include/linux/nvmap.h +++ b/include/linux/nvmap.h @@ -21,8 +21,9 @@ */ #include -#include +#include #if defined(__KERNEL__) +#include #include #include #include -- cgit v1.2.2