]> git.hungrycats.org Git - linux/commitdiff
[PATCH] include buffer_head.h in actual users instead of fs.h (8/10)
authorChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:52:56 +0000 (22:52 -0700)
committerChristoph Hellwig <hch@infradead.org>
Thu, 23 May 2002 05:52:56 +0000 (22:52 -0700)
Make kernel/ksyms.c include buffer_head.h directly.

kernel/ksyms.c

index 9c38804e4694c61fdb06865a30ea8396bcbe6a4f..b2cecdab20e9765f2893c69516c3caa64d895496 100644 (file)
@@ -48,6 +48,7 @@
 #include <linux/seq_file.h>
 #include <linux/binfmts.h>
 #include <linux/namei.h>
+#include <linux/buffer_head.h>
 #include <asm/checksum.h>
 
 #if defined(CONFIG_PROC_FS)