aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 09:25:14 -0600
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 09:51:21 -0600
commit1a2643012fa2262e823b7f11d9732b7fea4c25ce (patch)
treeb194f551ccc018ada709b89a66d1e27ae11fe08d /include/linux/hyperv.h
parentStaging: hv: storvsc: remove last usage of DPRINT_WARN (diff)
downloadlinux-dev-1a2643012fa2262e823b7f11d9732b7fea4c25ce.tar.xz
linux-dev-1a2643012fa2262e823b7f11d9732b7fea4c25ce.zip
Staging: hv: remove last user of DPRINT() macro
This also removed the unused function hv_dump_ring_info(). Cc: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r--include/linux/hyperv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 097d6dbe685a..4fa32ec43aa4 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -722,17 +722,9 @@ extern void vmbus_ontimer(unsigned long data);
/* Logging Level */
#define INFO_LVL 6
-#define DEBUG_RING_LVL 9
extern unsigned int vmbus_loglevel;
-#define DPRINT(mod, lvl, fmt, args...) do {\
- if ((mod & (HIWORD(vmbus_loglevel))) && \
- (lvl <= LOWORD(vmbus_loglevel))) \
- printk(KERN_DEBUG #mod": %s() " fmt "\n", __func__, ## args);\
- } while (0)
-
-
struct hv_driver;
struct hv_device;