diff options
Diffstat (limited to 'drivers/base/regmap/regcache-lzo.c')
-rw-r--r-- | drivers/base/regmap/regcache-lzo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/regmap/regcache-lzo.c b/drivers/base/regmap/regcache-lzo.c index 066aeece3626..854448d09293 100644 --- a/drivers/base/regmap/regcache-lzo.c +++ b/drivers/base/regmap/regcache-lzo.c | |||
@@ -351,7 +351,7 @@ static int regcache_lzo_sync(struct regmap *map) | |||
351 | } | 351 | } |
352 | 352 | ||
353 | struct regcache_ops regcache_lzo_ops = { | 353 | struct regcache_ops regcache_lzo_ops = { |
354 | .type = REGCACHE_LZO, | 354 | .type = REGCACHE_COMPRESSED, |
355 | .name = "lzo", | 355 | .name = "lzo", |
356 | .init = regcache_lzo_init, | 356 | .init = regcache_lzo_init, |
357 | .exit = regcache_lzo_exit, | 357 | .exit = regcache_lzo_exit, |