diff options
Diffstat (limited to 'src/drivers/i2c/sx9324')
-rw-r--r-- | src/drivers/i2c/sx9324/sx9324.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/sx9324/sx9324.c b/src/drivers/i2c/sx9324/sx9324.c index 367849144f..05aca00b35 100644 --- a/src/drivers/i2c/sx9324/sx9324.c +++ b/src/drivers/i2c/sx9324/sx9324.c @@ -115,6 +115,6 @@ static void i2c_sx9324_enable(struct device *dev) } struct chip_operations drivers_i2c_sx9324_ops = { - CHIP_NAME(I2C_SX9324_CHIP_NAME) + .name = I2C_SX9324_CHIP_NAME, .enable_dev = i2c_sx9324_enable }; |