aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/wifi/generic_wifi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/wifi/generic_wifi.h')
-rw-r--r--src/drivers/wifi/generic_wifi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/wifi/generic_wifi.h b/src/drivers/wifi/generic_wifi.h
index 1c90bc6d66..b863ef4565 100644
--- a/src/drivers/wifi/generic_wifi.h
+++ b/src/drivers/wifi/generic_wifi.h
@@ -22,7 +22,7 @@ struct generic_wifi_config {
* This function implements common device operation to help fill ACPI SSDT
* table for WiFi controller.
*/
-void generic_wifi_fill_ssdt(struct device *dev,
+void generic_wifi_fill_ssdt(const struct device *dev,
const struct generic_wifi_config *config);
/**