]> git.baikalelectronics.ru Git - kernel.git/commit
kernel.h: doesn't explicitly use bug.h, so don't include it.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 24 Nov 2011 02:39:49 +0000 (21:39 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 4 Mar 2012 22:54:36 +0000 (17:54 -0500)
commit437eae8187b26d433e2aebe6d585d0e50bc29f4e
tree3d43c0b21721a4e6fa09a2b7a409b62ce6f022fe
parentbb66faa367524b9fc8e30735e2d8e7a4402510b3
kernel.h: doesn't explicitly use bug.h, so don't include it.

This header isn't using bug.h infrastructure, but due to historical
reasons, it was including it.  Removing it revealed several implicit
dependencies (since kernel.h is everywhere) so we've fixed those 1st
before deploying this change.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/kernel.h