lkml.org 
[lkml]   [2022]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH -next] pstore: Add missing MODULE_DEVICE_TABLE
Date
From: Linyuyao <linyuyao1@huawei.com>

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: Linyuyao <linyuyao1@huawei.com>
---
fs/pstore/ram.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/fs/pstore/ram.c b/fs/pstore/ram.c
index fefe3d391d3a..b0534ab990d5 100644
--- a/fs/pstore/ram.c
+++ b/fs/pstore/ram.c
@@ -887,6 +887,7 @@ static const struct of_device_id dt_match[] = {
{ .compatible = "ramoops" },
{}
};
+MODULE_DEVICE_TABLE(of, dt_match);

static struct platform_driver ramoops_driver = {
.probe = ramoops_probe,
--
2.25.1
\
 
 \ /
  Last update: 2022-09-28 04:45    [W:0.024 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site