power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLE
authorZou Wei <zou_wei@huawei.com>
Tue, 11 May 2021 06:17:12 +0000 (14:17 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:13 +0000 (16:02 +0200)
commit7ea89f15e6c628befe683019cd3fda615f1421ef
treefbe962ff66eb36229051311a3602268251cc11cb
parent4411a3b449c3248bf72a998d72853c9d145b68c2
power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLE

[ Upstream commit 2aac79d14d76879c8e307820b31876e315b1b242 ]

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>
drivers/power/supply/sc2731_charger.c