summaryrefslogtreecommitdiff
path: root/include/linux/hyperv.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 15:27:48 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 15:51:21 (GMT)
commit815166b95df1acb4890e9dbdb26660e9c00a7505 (patch)
treee53785a6e5ae3d48ae0d0a80770977a27e47f175 /include/linux/hyperv.h
parent1a2643012fa2262e823b7f11d9732b7fea4c25ce (diff)
downloadlinux-fsl-qoriq-815166b95df1acb4890e9dbdb26660e9c00a7505.tar.xz
Staging: hv: remove vmbus_loglevel as it is not used at all anymore
As there is no user of this variable, it's time to delete it. For dynamic debugging of the hyperv code, use the standard dynamic debug kernel interface. 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 4fa32ec..7211e2c 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -720,11 +720,6 @@ extern void vmbus_ontimer(unsigned long data);
INPUTVSC_DRV|\
BLKVSC_DRV)
-/* Logging Level */
-#define INFO_LVL 6
-
-extern unsigned int vmbus_loglevel;
-
struct hv_driver;
struct hv_device;