From: David Woodhouse Date: Wed, 13 Sep 2006 03:36:05 +0000 (-0700) Subject: [PATCH] headers_check: don't expose PFN stuff to userspace in X-Git-Tag: v2.6.18~13^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f01f0f052d1255dcdcf11d4872c4bca95e46b36c;p=pandora-kernel.git [PATCH] headers_check: don't expose PFN stuff to userspace in The header file doesn't exist in userspace and probably shouldn't -- but it's used unconditionally in . Protect it with #ifdef __KERNEL__ and move setup.h from $(header-y) to $(unifdef-y) in Kbuild accordingly. Signed-off-by: David Woodhouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed