From: Mike Frysinger Date: Tue, 26 Jul 2011 00:12:58 +0000 (-0700) Subject: asm-generic/system.h: drop useless __KERNEL__ X-Git-Tag: v3.1-rc1~241^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5190f0c030f46b3169205f34f6d9ef480fa39ef2;p=pandora-kernel.git asm-generic/system.h: drop useless __KERNEL__ This header isn't exported to user-space, and even if it was, the __KERNEL__ check covers the entire file, so we'd get a useless stub in the first place. So punt it. Signed-off-by: Mike Frysinger Cc: Arnd Bergmann Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed