diff options
Diffstat (limited to 'src/drivers/uart/acpi/chip.h')
-rw-r--r-- | src/drivers/uart/acpi/chip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/uart/acpi/chip.h b/src/drivers/uart/acpi/chip.h index 03111650eb..6c7d2679f4 100644 --- a/src/drivers/uart/acpi/chip.h +++ b/src/drivers/uart/acpi/chip.h @@ -17,9 +17,6 @@ struct drivers_uart_acpi_config { struct acpi_gpio irq_gpio; /* GPIO to be used instead of PIRQ */ struct acpi_uart uart; /* UART device information */ - /* Disable reset and enable GPIO export in _CRS */ - bool disable_gpio_export_in_crs; - /* Does the device have a power resource? */ bool has_power_resource; |