mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
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:
parent
25fb66ce44
commit
b75f9c8cd2
@ -232,7 +232,6 @@ HvInit (
|
||||
int maxLeaf;
|
||||
HV_X64_MSR_HYPERCALL_CONTENTS hypercallMsr;
|
||||
void* virtAddr=0;
|
||||
unsigned long physAddr=0;
|
||||
|
||||
DPRINT_ENTER(VMBUS);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user