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>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user