diff options
author | Andrew Davis <afd@ti.com> | 2024-06-13 12:54:30 -0500 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-07-04 17:38:40 +0100 |
commit | 13c151a919a876521c16810756764aa38683eb62 (patch) | |
tree | 4cc61daedfae0204688ecb77d3092e0e31de139a /include/linux/mfd | |
parent | 0ddabc8c6e80d06b02794d818a36d7b6c16d4c66 (diff) |
mfd: tps65912: Use devm helper functions to simplify probe
This simplifies probe and also allows us to remove the remove
callbacks from the core and interface drivers. Do that here.
Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20240613175430.57698-1-afd@ti.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/tps65912.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/tps65912.h b/include/linux/mfd/tps65912.h index 860ec0a16c96..e5373c302722 100644 --- a/include/linux/mfd/tps65912.h +++ b/include/linux/mfd/tps65912.h @@ -314,6 +314,5 @@ struct tps65912 { extern const struct regmap_config tps65912_regmap_config; int tps65912_device_init(struct tps65912 *tps); -void tps65912_device_exit(struct tps65912 *tps); #endif /* __LINUX_MFD_TPS65912_H */ |