[TRIVIAL PATCH] cifsfs.c needs kernel.h

From: Erlend Aasland
Date: Tue Sep 02 2003 - 12:11:28 EST


... because of the printk()s

Regards
Erlend Aasland

diff -urN linux-2.6.0-test4/fs/cifs/cifsfs.c linux-2.6.0-test4-dirty/fs/cifs/cifsfs.c
--- linux-2.6.0-test4/fs/cifs/cifsfs.c Sat Aug 23 01:56:30 2003
+++ linux-2.6.0-test4-dirty/fs/cifs/cifsfs.c Tue Sep 2 13:53:59 2003
@@ -23,6 +23,7 @@

/* Note that BB means BUGBUG (ie something to fix eventually) */

+#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/mount.h>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/