diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-03 16:20:49 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-03 16:20:49 +0100 |
| commit | 19bc0c6727ccfbcfda4e70db0e496f600707c9c8 (patch) | |
| tree | b1b0f435d19a99eda5d35d90efe76fd3c65eb16b /drivers/base/regmap/internal.h | |
| parent | b58880152852c41717a35a65d86af644c0bebc1e (diff) | |
| parent | 5663b89570d1204b87242911bef7ffe5b51eb425 (diff) | |
| download | linux-next-19bc0c6727ccfbcfda4e70db0e496f600707c9c8.tar.gz linux-next-19bc0c6727ccfbcfda4e70db0e496f600707c9c8.zip | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
Diffstat (limited to 'drivers/base/regmap/internal.h')
| -rw-r--r-- | drivers/base/regmap/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/regmap/internal.h b/drivers/base/regmap/internal.h index 55273a6178f8..a6e4689000af 100644 --- a/drivers/base/regmap/internal.h +++ b/drivers/base/regmap/internal.h @@ -189,7 +189,7 @@ struct regcache_ops { const char *name; enum regcache_type type; int (*init)(struct regmap *map); - int (*exit)(struct regmap *map); + void (*exit)(struct regmap *map); int (*populate)(struct regmap *map); #ifdef CONFIG_DEBUG_FS void (*debugfs_init)(struct regmap *map); |
