fs/affs: convert printk to pr_foo()
[sfrench/cifs-2.6.git] / fs / affs / affs.h
index 25b23b1e7f22ead9bd5d3d6d5fbd7e6aa2755ce1..347ee6fc58750c360b7b4569142bec96e7d2678d 100644 (file)
@@ -1,3 +1,9 @@
+#ifdef pr_fmt
+#undef pr_fmt
+#endif
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/types.h>
 #include <linux/fs.h>
 #include <linux/buffer_head.h>