]> git.baikalelectronics.ru Git - kernel.git/commit
asm-generic/system.h: drop useless __KERNEL__
authorMike Frysinger <vapier@gentoo.org>
Tue, 26 Jul 2011 00:12:58 +0000 (17:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2011 03:57:14 +0000 (20:57 -0700)
commit52901b3452093799bebb4f6d3b2495a081fd7c9d
tree5ae8f4edb4fdfb84a51e41390d0b43c4e4d2c891
parentc37f1b47d1ed8c34f1f530a91bab7f6ae2607695
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>
include/asm-generic/system.h