Staging: hv: Hv.c: remove unused physAddr
physAddr was declared but never used in HvInit() Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
25fb66ce44
commit
b75f9c8cd2
@@ -232,7 +232,6 @@ HvInit (
|
|||||||
int maxLeaf;
|
int maxLeaf;
|
||||||
HV_X64_MSR_HYPERCALL_CONTENTS hypercallMsr;
|
HV_X64_MSR_HYPERCALL_CONTENTS hypercallMsr;
|
||||||
void* virtAddr=0;
|
void* virtAddr=0;
|
||||||
unsigned long physAddr=0;
|
|
||||||
|
|
||||||
DPRINT_ENTER(VMBUS);
|
DPRINT_ENTER(VMBUS);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user