fs/qnx6: use pr_fmt and __func__ in logging
[firefly-linux-kernel-4.4.55.git] / fs / qnx6 / qnx6.h
index b00fcc960d374f28154b3efa9c7d9f8a4e5e7c88..b0aceda59c36fa6762896256646ba90ed590cb71 100644 (file)
  *
  */
 
+#ifdef pr_fmt
+#undef pr_fmt
+#endif
+
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
 #include <linux/fs.h>
 #include <linux/pagemap.h>