summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/designware/dw_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/designware/dw_i2c.h')
-rw-r--r--src/drivers/i2c/designware/dw_i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/designware/dw_i2c.h b/src/drivers/i2c/designware/dw_i2c.h
index e309bc12a2..75df47592e 100644
--- a/src/drivers/i2c/designware/dw_i2c.h
+++ b/src/drivers/i2c/designware/dw_i2c.h
@@ -141,7 +141,7 @@ void dw_i2c_dev_init(struct device *dev);
* Common device_operations implementation to fill ACPI SSDT table for i2c
* host controller.
*/
-void dw_i2c_acpi_fill_ssdt(struct device *dev);
+void dw_i2c_acpi_fill_ssdt(const struct device *dev);
/*
* Common device_operations implementation for i2c host controller ops.