diff options
Diffstat (limited to 'src/drivers/i2c/pcf8523/pcf8523.c')
-rw-r--r-- | src/drivers/i2c/pcf8523/pcf8523.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/pcf8523/pcf8523.c b/src/drivers/i2c/pcf8523/pcf8523.c index 8d368b29a1..717bc90bb2 100644 --- a/src/drivers/i2c/pcf8523/pcf8523.c +++ b/src/drivers/i2c/pcf8523/pcf8523.c @@ -129,6 +129,6 @@ static void pcf8523_enable(struct device *dev) } struct chip_operations drivers_i2c_pcf8523_ops = { - CHIP_NAME("PCF8523") + .name = "PCF8523", .enable_dev = pcf8523_enable }; |