Index: linux-2.6.13/fs/dquot.c
===================================================================
--- linux-2.6.13.orig/fs/dquot.c	2005-09-10 01:46:20.000000000 +0200
+++ linux-2.6.13/fs/dquot.c	2005-09-10 10:49:56.000000000 +0200
@@ -445,6 +445,10 @@
 
 static LIST_HEAD(dqhash_list);
 
+#ifndef dprintk
+#define dprintk(args...)
+#endif
+
 struct dqhash *new_dqhash(struct super_block *sb, unsigned int id)
 {
 	struct dqhash *hash;

