]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/9p/9p.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
[linux-2.6-omap-h63xx.git] / include / net / 9p / 9p.h
index d2c60c73619dc38827ea57af9b4761addbe1f3f9..b77c1478c99fcce80dbaf2f5bd877269e96a086e 100644 (file)
@@ -56,9 +56,9 @@ enum p9_debug_flags {
        P9_DEBUG_PKT =          (1<<10),
 };
 
+#ifdef CONFIG_NET_9P_DEBUG
 extern unsigned int p9_debug_level;
 
-#ifdef CONFIG_NET_9P_DEBUG
 #define P9_DPRINTK(level, format, arg...) \
 do {  \
        if ((p9_debug_level & level) == level) {\