[PATCH] include buffer_head.h in actual users instead of fs.h (8/10)

Christoph Hellwig (hch@infradead.org)
Thu, 23 May 2002 13:27:10 +0100


Make kernel/ksyms.c include buffer_head.h directly.

--- 1.92/kernel/ksyms.c Wed May 22 17:48:14 2002
+++ edited/kernel/ksyms.c Thu May 23 13:25:24 2002
@@ -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)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/