fix #warning about using kernel headers in userpsace
authorJustin P. Mattock <justinmattock@gmail.com>
Thu, 1 Jul 2010 21:28:27 +0000 (14:28 -0700)
committerJiri Kosina <jkosina@suse.cz>
Sun, 11 Jul 2010 19:38:56 +0000 (21:38 +0200)
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 <justinmattock@gmail.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/kernel.h
include/linux/types.h

Simple merge
Simple merge