diff options
author | Shree Ramamoorthy <s-ramamoorthy@ti.com> | 2024-12-17 14:49:35 -0600 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-01-09 09:55:39 +0000 |
commit | 09a897432637aa0b99545ce13d57760cf0cb09d1 (patch) | |
tree | e6f110d47a90ed8e5053472e0ebf12a13553a32f | |
parent | 6891e88dfbbcd897b381dbc464211bf31a854509 (diff) |
mfd: tps65219: Remove unused macros & add regmap.h
These macros are not used by the driver, and the structs are accounted
for with the addition of the linux/regmap.h file.
Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
Link: https://lore.kernel.org/r/20241217204935.1012106-3-s-ramamoorthy@ti.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | include/linux/mfd/tps65219.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/linux/mfd/tps65219.h b/include/linux/mfd/tps65219.h index e6826e34e2a6..546bceec7173 100644 --- a/include/linux/mfd/tps65219.h +++ b/include/linux/mfd/tps65219.h @@ -10,14 +10,9 @@ #include <linux/bitops.h> #include <linux/notifier.h> +#include <linux/regmap.h> #include <linux/regulator/driver.h> -struct regmap; -struct regmap_irq_chip_data; - -#define TPS65219_1V35 1350000 -#define TPS65219_1V8 1800000 - /* TPS chip id list */ #define TPS65219 0xF0 |