summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/sx9310/sx9310.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/sx9310/sx9310.c')
-rw-r--r--src/drivers/i2c/sx9310/sx9310.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/sx9310/sx9310.c b/src/drivers/i2c/sx9310/sx9310.c
index 68aea6c80c..50946081bb 100644
--- a/src/drivers/i2c/sx9310/sx9310.c
+++ b/src/drivers/i2c/sx9310/sx9310.c
@@ -131,6 +131,6 @@ static void i2c_sx9310_enable(struct device *dev)
}
struct chip_operations drivers_i2c_sx9310_ops = {
- CHIP_NAME(I2C_SX9310_ACPI_NAME)
+ .name = I2C_SX9310_ACPI_NAME,
.enable_dev = i2c_sx9310_enable
};