HV: remove uint64_t base from struct pci_bar

At this point, uint64_t base in struct pci_bar is not used by any code, so we
can remove it.

Tracked-On: #3241
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
dongshen
2019-06-27 17:57:22 -07:00
committed by ACRN System Integration
parent 5a8703f764
commit 84e09a2246
3 changed files with 0 additions and 6 deletions

View File

@@ -286,7 +286,6 @@ static uint32_t pci_pdev_read_bar(union pci_bdf bdf, uint32_t idx, struct pci_ba
}
}
bar->base = base;
bar->size = size;
bar->type = type;