Skip to content

Commit 09a8974

Browse files
shramamoorthylag-linaro
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 6891e88 commit 09a8974

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

include/linux/mfd/tps65219.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@
1010

1111
#include <linux/bitops.h>
1212
#include <linux/notifier.h>
13+
#include <linux/regmap.h>
1314
#include <linux/regulator/driver.h>
1415

15-
struct regmap;
16-
struct regmap_irq_chip_data;
17-
18-
#define TPS65219_1V35 1350000
19-
#define TPS65219_1V8 1800000
20-
2116
/* TPS chip id list */
2217
#define TPS65219 0xF0
2318

0 commit comments

Comments
 (0)