From: Justin P. Mattock Date: Thu, 1 Jul 2010 21:28:27 +0000 (-0700) Subject: fix #warning about using kernel headers in userpsace X-Git-Tag: v2.6.36-rc1~566^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c8f52b3897f2faf8510ea7ede8fffabe26c531;p=pandora-kernel.git fix #warning about using kernel headers in userpsace Move the preprocessor #warning message: warning: #warning Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders from kernel.h to types.h. And also fixe the #warning message due to the preprocessor not being able to read the web address due to it thinking it was the start of a comment. also remove the extra #ifndef _KERNEL_ since it's already there. Signed-off-by: Justin P. Mattock Cc: Arnd Bergmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed