linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL PATCH] cifsfs.c needs kernel.h
@ 2003-09-02 11:57 Erlend Aasland
  0 siblings, 0 replies; only message in thread
From: Erlend Aasland @ 2003-09-02 11:57 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Steve French

... 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
... 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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-02 12:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-02 11:57 [TRIVIAL PATCH] cifsfs.c needs kernel.h Erlend Aasland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).