commit | 5190f0c030f46b3169205f34f6d9ef480fa39ef2 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jul 25 17:12:58 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 25 20:57:14 2011 -0700 |
tree | 5ae8f4edb4fdfb84a51e41390d0b43c4e4d2c891 | |
parent | f35119d6681300ba6d76da53cb1ebc2eed62e77a [diff] |
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 <vapier@gentoo.org> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>