[PATCH] PNP: make pnp_dbg conditional directly on CONFIG_PNP_DEBUG
[deliverable/linux.git] / drivers / pnp / quirks.c
index 596a02d7e03d12308a6c6992f155eb73548cf101..8936b0cb2ec3718bc60937efcace3bc22c27b2fb 100644 (file)
 #include <linux/kernel.h>
 #include <linux/string.h>
 #include <linux/slab.h>
-
-#ifdef CONFIG_PNP_DEBUG
-       #define DEBUG
-#else
-       #undef DEBUG
-#endif
-
 #include <linux/pnp.h>
 #include "base.h"
 
This page took 0.027447 seconds and 5 git commands to generate.