reset: brcmstb: Add missing MODULE_DEVICE_TABLE
[ Upstream commit e207457f9045343a24d936fbb67eb4b412f1c6ad ]
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>
Fixes: 77750bc089
("reset: Add Broadcom STB SW_INIT reset controller driver")
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/1620789283-15048-1-git-send-email-zou_wei@huawei.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
3f526ea670
commit
fc7a8347ce
@@ -111,6 +111,7 @@ static const struct of_device_id brcmstb_reset_of_match[] = {
|
|||||||
{ .compatible = "brcm,brcmstb-reset" },
|
{ .compatible = "brcm,brcmstb-reset" },
|
||||||
{ /* sentinel */ }
|
{ /* sentinel */ }
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, brcmstb_reset_of_match);
|
||||||
|
|
||||||
static struct platform_driver brcmstb_reset_driver = {
|
static struct platform_driver brcmstb_reset_driver = {
|
||||||
.probe = brcmstb_reset_probe,
|
.probe = brcmstb_reset_probe,
|
||||||
|
Reference in New Issue
Block a user