aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 09:27:48 -0600
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-11 09:51:21 -0600
commit815166b95df1acb4890e9dbdb26660e9c00a7505 (patch)
treee53785a6e5ae3d48ae0d0a80770977a27e47f175 /drivers
parent1a2643012fa2262e823b7f11d9732b7fea4c25ce (diff)
downloadkernel_goldelico_gta04-815166b95df1acb4890e9dbdb26660e9c00a7505.zip
kernel_goldelico_gta04-815166b95df1acb4890e9dbdb26660e9c00a7505.tar.gz
kernel_goldelico_gta04-815166b95df1acb4890e9dbdb26660e9c00a7505.tar.bz2
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 'drivers')
-rw-r--r--drivers/hv/vmbus_drv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
index bb9f205..e648571 100644
--- a/drivers/hv/vmbus_drv.c
+++ b/drivers/hv/vmbus_drv.c
@@ -41,10 +41,6 @@ static struct acpi_device *hv_acpi_dev;
static struct tasklet_struct msg_dpc;
static struct tasklet_struct event_dpc;
-
-unsigned int vmbus_loglevel = (ALL_MODULES << 16 | INFO_LVL);
-EXPORT_SYMBOL(vmbus_loglevel);
-
static struct completion probe_event;
static int irq;
@@ -767,6 +763,5 @@ cleanup:
MODULE_LICENSE("GPL");
MODULE_VERSION(HV_DRV_VERSION);
-module_param(vmbus_loglevel, int, S_IRUGO|S_IWUSR);
module_init(hv_acpi_init);