bus: Drop a couple of unused IVAR indices
This changes the in-kernel ABI, but that is permitted across major versions and is cleaner than leaving these around forever. Differential Revision: https://reviews.freebsd.org/D54160
This commit is contained in:
@@ -111,7 +111,6 @@ MALLOC_DECLARE(M_GIC_V3);
|
||||
/* ivars */
|
||||
enum {
|
||||
GICV3_IVAR_NIRQS = BUS_IVARS_GICV3,
|
||||
_GICV3_IVAR_REDIST_VADDR, /* unused */
|
||||
GICV3_IVAR_REDIST,
|
||||
GICV3_IVAR_FLAGS,
|
||||
};
|
||||
|
||||
@@ -279,7 +279,6 @@ extern int acpi_override_isa_irq_polarity;
|
||||
*/
|
||||
enum {
|
||||
ACPI_IVAR_HANDLE = BUS_IVARS_ACPI,
|
||||
ACPI_IVAR_UNUSED, /* Unused/reserved. */
|
||||
ACPI_IVAR_PRIVATE,
|
||||
ACPI_IVAR_FLAGS,
|
||||
ACPI_IVAR_DOMAIN
|
||||
|
||||
Reference in New Issue
Block a user