diff --git a/src/drivers/wifi/generic/chip.h b/src/drivers/wifi/generic/chip.h index f6a68e2068..e53459a864 100644 --- a/src/drivers/wifi/generic/chip.h +++ b/src/drivers/wifi/generic/chip.h @@ -22,13 +22,11 @@ struct drivers_wifi_generic_config { */ bool enable_cnvi_ddr_rfim; -#if CONFIG(SOC_INTEL_COMMON_BLOCK_CNVI) /* * Enable GPIO for CNVi that will be used for WiFi SW RF Kill (Low * Power Mode). */ struct acpi_gpio cnvi_enable_gpio; -#endif /* Pointer to the Bluetooth companion device */ DEVTREE_CONST struct device *bluetooth_companion;