summaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorZou Wei <zou_wei@huawei.com>2021-06-05 04:21:54 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 17:05:48 +0300
commite88d524c662b1851c6d3a67d1c291db1da14bf59 (patch)
treebe1a58cd48837c722e2fc86685d9686c6cffc663 /drivers/power
parent89786fbc4d1ecea4fe295d9a140d3fc2ff072fe7 (diff)
downloadlinux-e88d524c662b1851c6d3a67d1c291db1da14bf59.tar.xz
power: supply: charger-manager: add missing MODULE_DEVICE_TABLE
[ Upstream commit 073b5d5b1f9cc94a3eea25279fbafee3f4f5f097 ] This patch adds missing MODULE_DEVICE_TABLE definition which generates correct modalias for automatic loading of this driver when it is built as an external module. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zou Wei <zou_wei@huawei.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/charger-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/supply/charger-manager.c b/drivers/power/supply/charger-manager.c
index 6fcebe441552..333349275b96 100644
--- a/drivers/power/supply/charger-manager.c
+++ b/drivers/power/supply/charger-manager.c
@@ -1279,6 +1279,7 @@ static const struct of_device_id charger_manager_match[] = {
},
{},
};
+MODULE_DEVICE_TABLE(of, charger_manager_match);
static struct charger_desc *of_cm_parse_desc(struct device *dev)
{