diff options
-rw-r--r-- | src/include/device/device.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index f86a52d1b2..f128070378 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -87,12 +87,8 @@ struct bus { uint16_t secondary; /* secondary bus number */ uint16_t subordinate; /* subordinate bus number */ uint16_t max_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 */ }; |