Attention is currently required from: Arthur Heymans. Hello Arthur Heymans,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/59364
to review the following change.
Change subject: device.h: Remove unused entries in struct bus ......................................................................
device.h: Remove unused entries in struct bus
Change-Id: I5ddb1779180a06d1feabf8bf13a44765c2f5efe9 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/include/device/device.h 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/59364/1
diff --git a/src/include/device/device.h b/src/include/device/device.h index 237d836..f770617 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -84,11 +84,8 @@ uint16_t secondary; /* secondary bus number */ uint16_t subordinate; /* max subordinate bus number */ unsigned char cap; /* PCi capability offset */ - uint32_t hcdn_reg; /* For HyperTransport link */
unsigned int reset_needed : 1; - unsigned int disable_relaxed_ordering : 1; - unsigned int ht_link_up : 1; unsigned int no_vga16 : 1; /* No support for 16-bit VGA decoding */ };