fs/squashfs/squashfs.h: replace pr_warning by pr_warn
[linux-2.6-microblaze.git] / fs / squashfs / squashfs.h
index 9e1bb79..887d6d2 100644 (file)
@@ -25,7 +25,7 @@
 
 #define ERROR(s, args...)      pr_err("SQUASHFS error: "s, ## args)
 
-#define WARNING(s, args...)    pr_warning("SQUASHFS: "s, ## args)
+#define WARNING(s, args...)    pr_warn("SQUASHFS: "s, ## args)
 
 /* block.c */
 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,