commit | 5a56db1c0fe196eea896078338fbf9258ab8365b | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@mindspring.com> | Sat Oct 20 00:25:12 2007 +0200 |
committer | Adrian Bunk <bunk@kernel.org> | Sat Oct 20 00:26:10 2007 +0200 |
tree | 4b2a9ddebe60a15893a0ce778ad4a9b84b684f1f | |
parent | 5c5f4fee64adec284fbdc0196675a345e84ab638 [diff] |
LIB: Replace inappropriate include of <linux/bug.h> Replace an irrelevant include of bug.h with the more appropriate includes of slab.h and module.h. it's not as if the original inclusion is an error, it's simply not related to the contents of that source file, while the other two are. compile-tested on i386. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>