Skip to content

Commit 5ec53bc

Browse files
kcxtsre
authored andcommitted
power: supply: pmi8998_charger: rename to qcom_smbx
Prepare to add smb5 support by making variables and the file name more generic. Also take the opportunity to remove the "_charger" suffix since smb2 always refers to a charger. Signed-off-by: Casey Connolly <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sebastian Reichel <[email protected]>
1 parent 6c53937 commit 5ec53bc

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed

drivers/power/supply/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ obj-$(CONFIG_BATTERY_ACER_A500) += acer_a500_battery.o
120120
obj-$(CONFIG_BATTERY_SURFACE) += surface_battery.o
121121
obj-$(CONFIG_CHARGER_SURFACE) += surface_charger.o
122122
obj-$(CONFIG_BATTERY_UG3105) += ug3105_battery.o
123-
obj-$(CONFIG_CHARGER_QCOM_SMB2) += qcom_pmi8998_charger.o
123+
obj-$(CONFIG_CHARGER_QCOM_SMB2) += qcom_smbx.o
124124
obj-$(CONFIG_FUEL_GAUGE_MM8013) += mm8013.o

0 commit comments

Comments
 (0)