From: WANG Cong Date: Tue, 26 Jul 2011 00:13:02 +0000 (-0700) Subject: include/linux/kernel.h: fix a headers_check warning X-Git-Tag: v3.1-rc1~241^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d00f92f437f0ff682876cab9f2d94cf3b6e5d17;p=pandora-kernel.git include/linux/kernel.h: fix a headers_check warning Fix the warning: usr/include/linux/kernel.h:65: userspace cannot reference function or variable defined in the kernel As Michal noted, BUILD_BUG_ON stuffs should be moved under #ifdef __KERNEL__. Signed-off-by: WANG Cong Cc: Michal Marek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed